Shades of Dark Orchid #A024CC
Tints of Dark Orchid #A024CC
RGB
CMYK
RGB Variations
Color information
#A024CC (or 0xA024CC) is known color: Dark Orchid. HEX triplet: A0, 24 and CC. RGB value is (160,36,204). Sum of RGB (Red+Green+Blue) = 160+36+204=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #A024CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024CC is #5FDB33. Grayscale: #5B5B5B. Windows color (decimal): -6282036 or 13378720. OLE color: 13378720.
HSL color Cylindrical-coordinate representation of color #A024CC: hue angle of 284.29º 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 #A024CC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 36 | 204 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.2 |
| HSL | 284.29º | 0.7% | 0.47% | - |
| HSV(B) | 284.29º | 0.82% | 0.8% | - |
| XYZ | 26.03 | 13.09 | 58.28 | - |
| YUV | 92.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 204 | 0.22 | 0.82 | 0 | 0.2 | 284.29 | 0.7 | 0.47 |
| Hex | A0 | 24 | CC | 16 | 52 | 0 | 14 | 11C | 46 | 2F |
| Octal | 240 | 44 | 314 | 26 | 122 | 0 | 24 | 434 | 106 | 57 |
| Binary | 10100000 | 100100 | 11001100 | 10110 | 1010010 | 0 | 10100 | 100011100 | 1000110 | 101111 |
Color Harmonies of #A024CC
Complementary color
Monochromatic Colors of #A024CC
Black with #A024CC
Text Example
Text Example
White with #A024CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024CC; }
p { color: rgb(160,36,204); }
H1.HeaderClassName
{
color: #A024CC;
}
.AnyTagClassName
{
color: #A024CC;
}
</style>
background-color css
<style>
a { background-color: #A024CC; }
a { background-color: rgb(160,36,204); }
div.DivClassName
{
background-color: #A024CC;
}
.BgClassName
{
background-color: #A024CC;
}
</style>
border-color css
<style>
span { border-color: #A024CC; }
span { border-color: rgb(160,36,204); }
td.TdClassName
{
border-color: #A024CC;
}
.TagClassName
{
border-color: #A024CC;
}
</style>