Shades of Dark Orchid #A024CA
Tints of Dark Orchid #A024CA
RGB
CMYK
RGB Variations
Color information
#A024CA (or 0xA024CA) is known color: Dark Orchid. HEX triplet: A0, 24 and CA. RGB value is (160,36,202). Sum of RGB (Red+Green+Blue) = 160+36+202=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #A024CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024CA is #5FDB35. Grayscale: #5B5B5B. Windows color (decimal): -6282038 or 13247648. OLE color: 13247648.
HSL color Cylindrical-coordinate representation of color #A024CA: hue angle of 284.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A024CA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 36 | 202 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.21 |
| HSL | 284.82º | 0.7% | 0.47% | - |
| HSV(B) | 284.82º | 0.82% | 0.79% | - |
| XYZ | 25.79 | 13 | 57.03 | - |
| YUV | 92 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 202 | 0.21 | 0.82 | 0 | 0.21 | 284.82 | 0.7 | 0.47 |
| Hex | A0 | 24 | CA | 15 | 52 | 0 | 15 | 11D | 46 | 2F |
| Octal | 240 | 44 | 312 | 25 | 122 | 0 | 25 | 435 | 106 | 57 |
| Binary | 10100000 | 100100 | 11001010 | 10101 | 1010010 | 0 | 10101 | 100011101 | 1000110 | 101111 |
Color Harmonies of #A024CA
Complementary color
Monochromatic Colors of #A024CA
Black with #A024CA
Text Example
Text Example
White with #A024CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024CA; }
p { color: rgb(160,36,202); }
H1.HeaderClassName
{
color: #A024CA;
}
.AnyTagClassName
{
color: #A024CA;
}
</style>
background-color css
<style>
a { background-color: #A024CA; }
a { background-color: rgb(160,36,202); }
div.DivClassName
{
background-color: #A024CA;
}
.BgClassName
{
background-color: #A024CA;
}
</style>
border-color css
<style>
span { border-color: #A024CA; }
span { border-color: rgb(160,36,202); }
td.TdClassName
{
border-color: #A024CA;
}
.TagClassName
{
border-color: #A024CA;
}
</style>