#A21DC2

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

Shades of Dark Orchid #A21DC2

Tints of Dark Orchid #A21DC2

Color information

#A21DC2 (or 0xA21DC2) is unknown color: approx Dark Orchid. HEX triplet: A2, 1D and C2. RGB value is (162,29,194). Sum of RGB (Red+Green+Blue) = 162+29+194=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A21DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DC2 is #5DE23D. Grayscale: #575757. Windows color (decimal): -6152766 or 12721570. OLE color: 12721570.

HSL color Cylindrical-coordinate representation of color #A21DC2: hue angle of 288.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21DC2 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16229194-
CMYK0.160.8500.24
HSL288.36º73.99%43.73%-
HSV(B)288.36º85.05%76.08%-
XYZ25.0812.4652.12-
YUV87.58188.06181.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 194 (76.17% from 255) = 50.39%
R=42.08%
G=7.53%
B=50.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162291940.160.8500.24288.3673.9943.73
HexA21DC210550181204a2c
Octal242353022012503044011254
Binary1010001011101110000101000010101010110001001000001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21DC2; }

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

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

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

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

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

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

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

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