#A024D2

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

Shades of Dark Orchid #A024D2

Tints of Dark Orchid #A024D2

Color information

#A024D2 (or 0xA024D2) is unknown color: approx Dark Orchid. HEX triplet: A0, 24 and D2. RGB value is (160,36,210). Sum of RGB (Red+Green+Blue) = 160+36+210=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A024D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024D2 is #5FDB2D. Grayscale: #5C5C5C. Windows color (decimal): -6282030 or 13771936. OLE color: 13771936.

HSL color Cylindrical-coordinate representation of color #A024D2: hue angle of 282.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A024D2 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16036210-
CMYK0.240.8300.18
HSL282.76º70.73%48.24%-
HSV(B)282.76º82.86%82.35%-
XYZ26.7613.3962.15-
YUV92.91194.08175.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 36 (14.45% from 255) = 8.87%
BLUE value IS 210 (82.42% from 255) = 51.72%
R=39.41%
G=8.87%
B=51.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160362100.240.8300.18282.7670.7348.24
HexA024D2185301211b4730
Octal240443223012302243310760
Binary10100000100100110100101100010100110100101000110111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A024D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A024D2; }

 p { color: rgb(160,36,210); }

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

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

 a { background-color: rgb(160,36,210); }

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

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

 span { border-color: rgb(160,36,210); }

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