Shades of Dark Orchid #AA2ABE
Tints of Dark Orchid #AA2ABE
RGB
CMYK
RGB Variations
Color information
#AA2ABE (or 0xAA2ABE) is known color: Dark Orchid. HEX triplet: AA, 2A and BE. RGB value is (170,42,190). Sum of RGB (Red+Green+Blue) = 170+42+190=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABE is #55D541. Grayscale: #606060. Windows color (decimal): -5625154 or 12462762. OLE color: 12462762.
HSL color Cylindrical-coordinate representation of color #AA2ABE: hue angle of 291.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ABE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 42 | 190 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.25 |
| HSL | 291.89º | 0.64% | 0.45% | - |
| HSV(B) | 291.89º | 0.78% | 0.75% | - |
| XYZ | 26.7 | 13.92 | 49.99 | - |
| YUV | 97.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 190 | 0.11 | 0.78 | 0 | 0.25 | 291.89 | 0.64 | 0.45 |
| Hex | AA | 2A | BE | B | 4E | 0 | 19 | 124 | 40 | 2D |
| Octal | 252 | 52 | 276 | 13 | 116 | 0 | 31 | 444 | 100 | 55 |
| Binary | 10101010 | 101010 | 10111110 | 1011 | 1001110 | 0 | 11001 | 100100100 | 1000000 | 101101 |
Color Harmonies of #AA2ABE
Complementary color
Monochromatic Colors of #AA2ABE
Black with #AA2ABE
Text Example
Text Example
White with #AA2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ABE; }
p { color: rgb(170,42,190); }
H1.HeaderClassName
{
color: #AA2ABE;
}
.AnyTagClassName
{
color: #AA2ABE;
}
</style>
background-color css
<style>
a { background-color: #AA2ABE; }
a { background-color: rgb(170,42,190); }
div.DivClassName
{
background-color: #AA2ABE;
}
.BgClassName
{
background-color: #AA2ABE;
}
</style>
border-color css
<style>
span { border-color: #AA2ABE; }
span { border-color: rgb(170,42,190); }
td.TdClassName
{
border-color: #AA2ABE;
}
.TagClassName
{
border-color: #AA2ABE;
}
</style>