Shades of Dark Orchid #A024AD
Tints of Dark Orchid #A024AD
RGB
CMYK
RGB Variations
Color information
#A024AD (or 0xA024AD) is known color: Dark Orchid. HEX triplet: A0, 24 and AD. RGB value is (160,36,173). Sum of RGB (Red+Green+Blue) = 160+36+173=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #A024AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AD is #5FDB52. Grayscale: #585858. Windows color (decimal): -6282067 or 11347104. OLE color: 11347104.
HSL color Cylindrical-coordinate representation of color #A024AD: hue angle of 294.31º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A024AD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 36 | 173 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.32 |
| HSL | 294.31º | 0.66% | 0.41% | - |
| HSV(B) | 294.31º | 0.79% | 0.68% | - |
| XYZ | 22.67 | 11.75 | 40.61 | - |
| YUV | 88.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 173 | 0.08 | 0.79 | 0 | 0.32 | 294.31 | 0.66 | 0.41 |
| Hex | A0 | 24 | AD | 8 | 4F | 0 | 20 | 126 | 42 | 29 |
| Octal | 240 | 44 | 255 | 10 | 117 | 0 | 40 | 446 | 102 | 51 |
| Binary | 10100000 | 100100 | 10101101 | 1000 | 1001111 | 0 | 100000 | 100100110 | 1000010 | 101001 |
Color Harmonies of #A024AD
Complementary color
Monochromatic Colors of #A024AD
Black with #A024AD
Text Example
Text Example
White with #A024AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024AD; }
p { color: rgb(160,36,173); }
H1.HeaderClassName
{
color: #A024AD;
}
.AnyTagClassName
{
color: #A024AD;
}
</style>
background-color css
<style>
a { background-color: #A024AD; }
a { background-color: rgb(160,36,173); }
div.DivClassName
{
background-color: #A024AD;
}
.BgClassName
{
background-color: #A024AD;
}
</style>
border-color css
<style>
span { border-color: #A024AD; }
span { border-color: rgb(160,36,173); }
td.TdClassName
{
border-color: #A024AD;
}
.TagClassName
{
border-color: #A024AD;
}
</style>