Shades of Dark Orchid #A024D0
Tints of Dark Orchid #A024D0
RGB
CMYK
RGB Variations
Color information
#A024D0 (or 0xA024D0) is known color: Dark Orchid. HEX triplet: A0, 24 and D0. RGB value is (160,36,208). Sum of RGB (Red+Green+Blue) = 160+36+208=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #A024D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024D0 is #5FDB2F. Grayscale: #5C5C5C. Windows color (decimal): -6282032 or 13640864. OLE color: 13640864.
HSL color Cylindrical-coordinate representation of color #A024D0: hue angle of 283.26º degrees, saturation: 0.7, 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 #A024D0 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 36 | 208 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.18 |
| HSL | 283.26º | 0.7% | 0.48% | - |
| HSV(B) | 283.26º | 0.83% | 0.82% | - |
| XYZ | 26.51 | 13.29 | 60.84 | - |
| YUV | 92.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 208 | 0.23 | 0.83 | 0 | 0.18 | 283.26 | 0.7 | 0.48 |
| Hex | A0 | 24 | D0 | 17 | 53 | 0 | 12 | 11B | 46 | 30 |
| Octal | 240 | 44 | 320 | 27 | 123 | 0 | 22 | 433 | 106 | 60 |
| Binary | 10100000 | 100100 | 11010000 | 10111 | 1010011 | 0 | 10010 | 100011011 | 1000110 | 110000 |
Color Harmonies of #A024D0
Complementary color
Monochromatic Colors of #A024D0
Black with #A024D0
Text Example
Text Example
White with #A024D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024D0; }
p { color: rgb(160,36,208); }
H1.HeaderClassName
{
color: #A024D0;
}
.AnyTagClassName
{
color: #A024D0;
}
</style>
background-color css
<style>
a { background-color: #A024D0; }
a { background-color: rgb(160,36,208); }
div.DivClassName
{
background-color: #A024D0;
}
.BgClassName
{
background-color: #A024D0;
}
</style>
border-color css
<style>
span { border-color: #A024D0; }
span { border-color: rgb(160,36,208); }
td.TdClassName
{
border-color: #A024D0;
}
.TagClassName
{
border-color: #A024D0;
}
</style>