Shades of Dark Orchid #A02AAB
Tints of Dark Orchid #A02AAB
RGB
CMYK
RGB Variations
Color information
#A02AAB (or 0xA02AAB) is known color: Dark Orchid. HEX triplet: A0, 2A and AB. RGB value is (160,42,171). Sum of RGB (Red+Green+Blue) = 160+42+171=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #A02AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02AAB is #5FD554. Grayscale: #5B5B5B. Windows color (decimal): -6280533 or 11217568. OLE color: 11217568.
HSL color Cylindrical-coordinate representation of color #A02AAB: hue angle of 294.88º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02AAB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 42 | 171 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.33 |
| HSL | 294.88º | 0.61% | 0.42% | - |
| HSV(B) | 294.88º | 0.75% | 0.67% | - |
| XYZ | 22.68 | 12.07 | 39.66 | - |
| YUV | 91.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 171 | 0.06 | 0.75 | 0 | 0.33 | 294.88 | 0.61 | 0.42 |
| Hex | A0 | 2A | AB | 6 | 4B | 0 | 21 | 127 | 3D | 2A |
| Octal | 240 | 52 | 253 | 6 | 113 | 0 | 41 | 447 | 75 | 52 |
| Binary | 10100000 | 101010 | 10101011 | 110 | 1001011 | 0 | 100001 | 100100111 | 111101 | 101010 |
Color Harmonies of #A02AAB
Complementary color
Monochromatic Colors of #A02AAB
Black with #A02AAB
Text Example
Text Example
White with #A02AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AAB; }
p { color: rgb(160,42,171); }
H1.HeaderClassName
{
color: #A02AAB;
}
.AnyTagClassName
{
color: #A02AAB;
}
</style>
background-color css
<style>
a { background-color: #A02AAB; }
a { background-color: rgb(160,42,171); }
div.DivClassName
{
background-color: #A02AAB;
}
.BgClassName
{
background-color: #A02AAB;
}
</style>
border-color css
<style>
span { border-color: #A02AAB; }
span { border-color: rgb(160,42,171); }
td.TdClassName
{
border-color: #A02AAB;
}
.TagClassName
{
border-color: #A02AAB;
}
</style>