Shades of Dark Orchid #AA2BAB
Tints of Dark Orchid #AA2BAB
RGB
CMYK
RGB Variations
Color information
#AA2BAB (or 0xAA2BAB) is known color: Dark Orchid. HEX triplet: AA, 2B and AB. RGB value is (170,43,171). Sum of RGB (Red+Green+Blue) = 170+43+171=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2BAB is #55D454. Grayscale: #5F5F5F. Windows color (decimal): -5624917 or 11217834. OLE color: 11217834.
HSL color Cylindrical-coordinate representation of color #AA2BAB: hue angle of 299.53º degrees, saturation: 0.6, 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 #AA2BAB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 171 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.33 |
| HSL | 299.53º | 0.6% | 0.42% | - |
| HSV(B) | 299.53º | 0.75% | 0.67% | - |
| XYZ | 24.79 | 13.21 | 39.77 | - |
| YUV | 95.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 171 | 0.01 | 0.75 | 0 | 0.33 | 299.53 | 0.6 | 0.42 |
| Hex | AA | 2B | AB | 1 | 4B | 0 | 21 | 12C | 3C | 2A |
| Octal | 252 | 53 | 253 | 1 | 113 | 0 | 41 | 454 | 74 | 52 |
| Binary | 10101010 | 101011 | 10101011 | 1 | 1001011 | 0 | 100001 | 100101100 | 111100 | 101010 |
Color Harmonies of #AA2BAB
Complementary color
Monochromatic Colors of #AA2BAB
Black with #AA2BAB
Text Example
Text Example
White with #AA2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BAB; }
p { color: rgb(170,43,171); }
H1.HeaderClassName
{
color: #AA2BAB;
}
.AnyTagClassName
{
color: #AA2BAB;
}
</style>
background-color css
<style>
a { background-color: #AA2BAB; }
a { background-color: rgb(170,43,171); }
div.DivClassName
{
background-color: #AA2BAB;
}
.BgClassName
{
background-color: #AA2BAB;
}
</style>
border-color css
<style>
span { border-color: #AA2BAB; }
span { border-color: rgb(170,43,171); }
td.TdClassName
{
border-color: #AA2BAB;
}
.TagClassName
{
border-color: #AA2BAB;
}
</style>