Shades of Dark Orchid #A02AAF
Tints of Dark Orchid #A02AAF
RGB
CMYK
RGB Variations
Color information
#A02AAF (or 0xA02AAF) is known color: Dark Orchid. HEX triplet: A0, 2A and AF. RGB value is (160,42,175). Sum of RGB (Red+Green+Blue) = 160+42+175=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #A02AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAF is #5FD550. Grayscale: #5C5C5C. Windows color (decimal): -6280529 or 11479712. OLE color: 11479712.
HSL color Cylindrical-coordinate representation of color #A02AAF: hue angle of 293.23º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02AAF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 42 | 175 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.31 |
| HSL | 293.23º | 0.61% | 0.43% | - |
| HSV(B) | 293.23º | 0.76% | 0.69% | - |
| XYZ | 23.06 | 12.22 | 41.7 | - |
| YUV | 92.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 175 | 0.09 | 0.76 | 0 | 0.31 | 293.23 | 0.61 | 0.43 |
| Hex | A0 | 2A | AF | 9 | 4C | 0 | 1F | 125 | 3D | 2B |
| Octal | 240 | 52 | 257 | 11 | 114 | 0 | 37 | 445 | 75 | 53 |
| Binary | 10100000 | 101010 | 10101111 | 1001 | 1001100 | 0 | 11111 | 100100101 | 111101 | 101011 |
Color Harmonies of #A02AAF
Complementary color
Monochromatic Colors of #A02AAF
Black with #A02AAF
Text Example
Text Example
White with #A02AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AAF; }
p { color: rgb(160,42,175); }
H1.HeaderClassName
{
color: #A02AAF;
}
.AnyTagClassName
{
color: #A02AAF;
}
</style>
background-color css
<style>
a { background-color: #A02AAF; }
a { background-color: rgb(160,42,175); }
div.DivClassName
{
background-color: #A02AAF;
}
.BgClassName
{
background-color: #A02AAF;
}
</style>
border-color css
<style>
span { border-color: #A02AAF; }
span { border-color: rgb(160,42,175); }
td.TdClassName
{
border-color: #A02AAF;
}
.TagClassName
{
border-color: #A02AAF;
}
</style>