Shades of Dark Orchid #A02BA9
Tints of Dark Orchid #A02BA9
RGB
CMYK
RGB Variations
Color information
#A02BA9 (or 0xA02BA9) is known color: Dark Orchid. HEX triplet: A0, 2B and A9. RGB value is (160,43,169). Sum of RGB (Red+Green+Blue) = 160+43+169=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #A02BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BA9 is #5FD456. Grayscale: #5B5B5B. Windows color (decimal): -6280279 or 11086752. OLE color: 11086752.
HSL color Cylindrical-coordinate representation of color #A02BA9: hue angle of 295.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02BA9 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 43 | 169 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.34 |
| HSL | 295.71º | 0.59% | 0.42% | - |
| HSV(B) | 295.71º | 0.75% | 0.66% | - |
| XYZ | 22.52 | 12.07 | 38.68 | - |
| YUV | 92.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 169 | 0.05 | 0.75 | 0 | 0.34 | 295.71 | 0.59 | 0.42 |
| Hex | A0 | 2B | A9 | 5 | 4B | 0 | 22 | 128 | 3B | 2A |
| Octal | 240 | 53 | 251 | 5 | 113 | 0 | 42 | 450 | 73 | 52 |
| Binary | 10100000 | 101011 | 10101001 | 101 | 1001011 | 0 | 100010 | 100101000 | 111011 | 101010 |
Color Harmonies of #A02BA9
Complementary color
Monochromatic Colors of #A02BA9
Black with #A02BA9
Text Example
Text Example
White with #A02BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BA9; }
p { color: rgb(160,43,169); }
H1.HeaderClassName
{
color: #A02BA9;
}
.AnyTagClassName
{
color: #A02BA9;
}
</style>
background-color css
<style>
a { background-color: #A02BA9; }
a { background-color: rgb(160,43,169); }
div.DivClassName
{
background-color: #A02BA9;
}
.BgClassName
{
background-color: #A02BA9;
}
</style>
border-color css
<style>
span { border-color: #A02BA9; }
span { border-color: rgb(160,43,169); }
td.TdClassName
{
border-color: #A02BA9;
}
.TagClassName
{
border-color: #A02BA9;
}
</style>