Shades of Dark Orchid #A024DF
Tints of Dark Orchid #A024DF
RGB
CMYK
RGB Variations
Color information
#A024DF (or 0xA024DF) is known color: Dark Orchid. HEX triplet: A0, 24 and DF. RGB value is (160,36,223). Sum of RGB (Red+Green+Blue) = 160+36+223=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A024DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024DF is #5FDB20. Grayscale: #5D5D5D. Windows color (decimal): -6282017 or 14623904. OLE color: 14623904.
HSL color Cylindrical-coordinate representation of color #A024DF: hue angle of 279.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A024DF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 36 | 223 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.13 |
| HSL | 279.79º | 0.75% | 0.51% | - |
| HSV(B) | 279.79º | 0.84% | 0.87% | - |
| XYZ | 28.45 | 14.06 | 71.03 | - |
| YUV | 94.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 223 | 0.28 | 0.84 | 0 | 0.13 | 279.79 | 0.75 | 0.51 |
| Hex | A0 | 24 | DF | 1C | 54 | 0 | D | 118 | 4B | 33 |
| Octal | 240 | 44 | 337 | 34 | 124 | 0 | 15 | 430 | 113 | 63 |
| Binary | 10100000 | 100100 | 11011111 | 11100 | 1010100 | 0 | 1101 | 100011000 | 1001011 | 110011 |
Color Harmonies of #A024DF
Complementary color
Monochromatic Colors of #A024DF
Black with #A024DF
Text Example
Text Example
White with #A024DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024DF; }
p { color: rgb(160,36,223); }
H1.HeaderClassName
{
color: #A024DF;
}
.AnyTagClassName
{
color: #A024DF;
}
</style>
background-color css
<style>
a { background-color: #A024DF; }
a { background-color: rgb(160,36,223); }
div.DivClassName
{
background-color: #A024DF;
}
.BgClassName
{
background-color: #A024DF;
}
</style>
border-color css
<style>
span { border-color: #A024DF; }
span { border-color: rgb(160,36,223); }
td.TdClassName
{
border-color: #A024DF;
}
.TagClassName
{
border-color: #A024DF;
}
</style>