#A024CB

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

Shades of Dark Orchid #A024CB

Tints of Dark Orchid #A024CB

Color information

#A024CB (or 0xA024CB) is unknown color: approx Dark Orchid. HEX triplet: A0, 24 and CB. RGB value is (160,36,203). Sum of RGB (Red+Green+Blue) = 160+36+203=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #A024CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024CB is #5FDB34. Grayscale: #5B5B5B. Windows color (decimal): -6282037 or 13313184. OLE color: 13313184.

HSL color Cylindrical-coordinate representation of color #A024CB: hue angle of 284.55º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A024CB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16036203-
CMYK0.210.8200.20
HSL284.55º69.87%46.86%-
HSV(B)284.55º82.27%79.61%-
XYZ25.9113.0557.65-
YUV92.11190.58176.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 36 (14.45% from 255) = 9.02%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=40.10%
G=9.02%
B=50.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160362030.210.8200.20284.5569.8746.86
HexA024CB155201411d462f
Octal240443132512202443510657
Binary10100000100100110010111010110100100101001000111011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A024CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A024CB; }

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

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

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

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

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

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

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

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