#A21DC9

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

Shades of Dark Orchid #A21DC9

Tints of Dark Orchid #A21DC9

Color information

#A21DC9 (or 0xA21DC9) is unknown color: approx Dark Orchid. HEX triplet: A2, 1D and C9. RGB value is (162,29,201). Sum of RGB (Red+Green+Blue) = 162+29+201=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A21DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DC9 is #5DE236. Grayscale: #575757. Windows color (decimal): -6152759 or 13180322. OLE color: 13180322.

HSL color Cylindrical-coordinate representation of color #A21DC9: hue angle of 286.4º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21DC9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16229201-
CMYK0.190.8600.21
HSL286.4º74.78%45.1%-
HSV(B)286.4º85.57%78.82%-
XYZ25.8812.7856.36-
YUV88.38191.56180.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 201 (78.91% from 255) = 51.28%
R=41.33%
G=7.40%
B=51.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162292010.190.8600.21286.474.7845.1
HexA21DC9135601511e4b2d
Octal242353112312602543611355
Binary1010001011101110010011001110101100101011000111101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21DC9; }

 p { color: rgb(162,29,201); }

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

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

 a { background-color: rgb(162,29,201); }

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

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

 span { border-color: rgb(162,29,201); }

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