#A22DD1

Color #A22DD1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A22DD1

Tints of Dark Orchid #A22DD1

Color information

#A22DD1 (or 0xA22DD1) is unknown color: approx Dark Orchid. HEX triplet: A2, 2D and D1. RGB value is (162,45,209). Sum of RGB (Red+Green+Blue) = 162+45+209=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #A22DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DD1 is #5DD22E. Grayscale: #626262. Windows color (decimal): -6148655 or 13708706. OLE color: 13708706.

HSL color Cylindrical-coordinate representation of color #A22DD1: hue angle of 282.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DD1 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16245209-
CMYK0.220.7800.18
HSL282.8º64.57%49.8%-
HSV(B)282.8º78.47%81.96%-
XYZ27.3514.1661.61-
YUV98.68190.26173.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 45 (17.97% from 255) = 10.82%
BLUE value IS 209 (82.03% from 255) = 50.24%
R=38.94%
G=10.82%
B=50.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162452090.220.7800.18282.864.5749.8
HexA22DD1164E01211b4132
Octal242553212611602243310162
Binary10100010101101110100011011010011100100101000110111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22DD1; }

 p { color: rgb(162,45,209); }

 H1.HeaderClassName
 {
   color: #A22DD1;
 }
 .AnyTagClassName
 {
   color: #A22DD1;
 }
</style>
background-color css

<style>
 a { background-color: #A22DD1; }

 a { background-color: rgb(162,45,209); }

 div.DivClassName
 {
   background-color: #A22DD1;
 }
 .BgClassName
 {
   background-color: #A22DD1;
 }
</style>
border-color css

<style>
 span { border-color: #A22DD1; }

 span { border-color: rgb(162,45,209); }

 td.TdClassName
 {
   border-color: #A22DD1;
 }
 .TagClassName
 {
   border-color: #A22DD1;
 }
</style>