#A020D9

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

Shades of Dark Orchid #A020D9

Tints of Dark Orchid #A020D9

Color information

#A020D9 (or 0xA020D9) is unknown color: approx Dark Orchid. HEX triplet: A0, 20 and D9. RGB value is (160,32,217). Sum of RGB (Red+Green+Blue) = 160+32+217=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #A020D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020D9 is #5FDF26. Grayscale: #5A5A5A. Windows color (decimal): -6283047 or 14229664. OLE color: 14229664.

HSL color Cylindrical-coordinate representation of color #A020D9: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A020D9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16032217-
CMYK0.260.8500.15
HSL281.51º74.3%48.82%-
HSV(B)281.51º85.25%85.1%-
XYZ27.5413.5266.8-
YUV91.36198.91176.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 32 (12.89% from 255) = 7.82%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=39.12%
G=7.82%
B=53.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160322170.260.8500.15281.5174.348.82
HexA020D91A550F11a4a31
Octal240403313212501743211261
Binary1010000010000011011001110101010101011111000110101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A020D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A020D9; }

 p { color: rgb(160,32,217); }

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

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

 a { background-color: rgb(160,32,217); }

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

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

 span { border-color: rgb(160,32,217); }

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