Shades of Dark Orchid #A024E0
Tints of Dark Orchid #A024E0
RGB
CMYK
RGB Variations
Color information
#A024E0 (or 0xA024E0) is known color: Dark Orchid. HEX triplet: A0, 24 and E0. RGB value is (160,36,224). Sum of RGB (Red+Green+Blue) = 160+36+224=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #A024E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024E0 is #5FDB1F. Grayscale: #5D5D5D. Windows color (decimal): -6282016 or 14689440. OLE color: 14689440.
HSL color Cylindrical-coordinate representation of color #A024E0: hue angle of 279.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A024E0 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 36 | 224 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.12 |
| HSL | 279.57º | 0.75% | 0.51% | - |
| HSV(B) | 279.57º | 0.84% | 0.88% | - |
| XYZ | 28.58 | 14.12 | 71.74 | - |
| YUV | 94.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 224 | 0.29 | 0.84 | 0 | 0.12 | 279.57 | 0.75 | 0.51 |
| Hex | A0 | 24 | E0 | 1D | 54 | 0 | C | 118 | 4B | 33 |
| Octal | 240 | 44 | 340 | 35 | 124 | 0 | 14 | 430 | 113 | 63 |
| Binary | 10100000 | 100100 | 11100000 | 11101 | 1010100 | 0 | 1100 | 100011000 | 1001011 | 110011 |
Color Harmonies of #A024E0
Complementary color
Monochromatic Colors of #A024E0
Black with #A024E0
Text Example
Text Example
White with #A024E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024E0; }
p { color: rgb(160,36,224); }
H1.HeaderClassName
{
color: #A024E0;
}
.AnyTagClassName
{
color: #A024E0;
}
</style>
background-color css
<style>
a { background-color: #A024E0; }
a { background-color: rgb(160,36,224); }
div.DivClassName
{
background-color: #A024E0;
}
.BgClassName
{
background-color: #A024E0;
}
</style>
border-color css
<style>
span { border-color: #A024E0; }
span { border-color: rgb(160,36,224); }
td.TdClassName
{
border-color: #A024E0;
}
.TagClassName
{
border-color: #A024E0;
}
</style>