Shades of Dark Orchid #A02ACC
Tints of Dark Orchid #A02ACC
RGB
CMYK
RGB Variations
Color information
#A02ACC (or 0xA02ACC) is known color: Dark Orchid. HEX triplet: A0, 2A and CC. RGB value is (160,42,204). Sum of RGB (Red+Green+Blue) = 160+42+204=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ACC is #5FD533. Grayscale: #5F5F5F. Windows color (decimal): -6280500 or 13380256. OLE color: 13380256.
HSL color Cylindrical-coordinate representation of color #A02ACC: hue angle of 283.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02ACC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 42 | 204 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.2 |
| HSL | 283.7º | 0.66% | 0.48% | - |
| HSV(B) | 283.7º | 0.79% | 0.8% | - |
| XYZ | 26.22 | 13.49 | 58.35 | - |
| YUV | 95.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 204 | 0.22 | 0.79 | 0 | 0.2 | 283.7 | 0.66 | 0.48 |
| Hex | A0 | 2A | CC | 16 | 4F | 0 | 14 | 11C | 42 | 30 |
| Octal | 240 | 52 | 314 | 26 | 117 | 0 | 24 | 434 | 102 | 60 |
| Binary | 10100000 | 101010 | 11001100 | 10110 | 1001111 | 0 | 10100 | 100011100 | 1000010 | 110000 |
Color Harmonies of #A02ACC
Complementary color
Monochromatic Colors of #A02ACC
Black with #A02ACC
Text Example
Text Example
White with #A02ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02ACC; }
p { color: rgb(160,42,204); }
H1.HeaderClassName
{
color: #A02ACC;
}
.AnyTagClassName
{
color: #A02ACC;
}
</style>
background-color css
<style>
a { background-color: #A02ACC; }
a { background-color: rgb(160,42,204); }
div.DivClassName
{
background-color: #A02ACC;
}
.BgClassName
{
background-color: #A02ACC;
}
</style>
border-color css
<style>
span { border-color: #A02ACC; }
span { border-color: rgb(160,42,204); }
td.TdClassName
{
border-color: #A02ACC;
}
.TagClassName
{
border-color: #A02ACC;
}
</style>