Shades of Dark Orchid #A024CF
Tints of Dark Orchid #A024CF
RGB
CMYK
RGB Variations
Color information
#A024CF (or 0xA024CF) is known color: Dark Orchid. HEX triplet: A0, 24 and CF. RGB value is (160,36,207). Sum of RGB (Red+Green+Blue) = 160+36+207=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #A024CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024CF is #5FDB30. Grayscale: #5C5C5C. Windows color (decimal): -6282033 or 13575328. OLE color: 13575328.
HSL color Cylindrical-coordinate representation of color #A024CF: hue angle of 283.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A024CF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 36 | 207 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.19 |
| HSL | 283.51º | 0.7% | 0.48% | - |
| HSV(B) | 283.51º | 0.83% | 0.81% | - |
| XYZ | 26.39 | 13.24 | 60.2 | - |
| YUV | 92.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 207 | 0.23 | 0.83 | 0 | 0.19 | 283.51 | 0.7 | 0.48 |
| Hex | A0 | 24 | CF | 17 | 53 | 0 | 13 | 11C | 46 | 30 |
| Octal | 240 | 44 | 317 | 27 | 123 | 0 | 23 | 434 | 106 | 60 |
| Binary | 10100000 | 100100 | 11001111 | 10111 | 1010011 | 0 | 10011 | 100011100 | 1000110 | 110000 |
Color Harmonies of #A024CF
Complementary color
Monochromatic Colors of #A024CF
Black with #A024CF
Text Example
Text Example
White with #A024CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024CF; }
p { color: rgb(160,36,207); }
H1.HeaderClassName
{
color: #A024CF;
}
.AnyTagClassName
{
color: #A024CF;
}
</style>
background-color css
<style>
a { background-color: #A024CF; }
a { background-color: rgb(160,36,207); }
div.DivClassName
{
background-color: #A024CF;
}
.BgClassName
{
background-color: #A024CF;
}
</style>
border-color css
<style>
span { border-color: #A024CF; }
span { border-color: rgb(160,36,207); }
td.TdClassName
{
border-color: #A024CF;
}
.TagClassName
{
border-color: #A024CF;
}
</style>