Shades of Dark Orchid #AA2AAB
Tints of Dark Orchid #AA2AAB
RGB
CMYK
RGB Variations
Color information
#AA2AAB (or 0xAA2AAB) is known color: Dark Orchid. HEX triplet: AA, 2A and AB. RGB value is (170,42,171). Sum of RGB (Red+Green+Blue) = 170+42+171=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAB is #55D554. Grayscale: #5E5E5E. Windows color (decimal): -5625173 or 11217578. OLE color: 11217578.
HSL color Cylindrical-coordinate representation of color #AA2AAB: hue angle of 299.53º 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 #AA2AAB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 171 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.33 |
| HSL | 299.53º | 0.61% | 0.42% | - |
| HSV(B) | 299.53º | 0.75% | 0.67% | - |
| XYZ | 24.76 | 13.14 | 39.76 | - |
| YUV | 94.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 171 | 0.01 | 0.75 | 0 | 0.33 | 299.53 | 0.61 | 0.42 |
| Hex | AA | 2A | AB | 1 | 4B | 0 | 21 | 12C | 3D | 2A |
| Octal | 252 | 52 | 253 | 1 | 113 | 0 | 41 | 454 | 75 | 52 |
| Binary | 10101010 | 101010 | 10101011 | 1 | 1001011 | 0 | 100001 | 100101100 | 111101 | 101010 |
Color Harmonies of #AA2AAB
Complementary color
Monochromatic Colors of #AA2AAB
Black with #AA2AAB
Text Example
Text Example
White with #AA2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AAB; }
p { color: rgb(170,42,171); }
H1.HeaderClassName
{
color: #AA2AAB;
}
.AnyTagClassName
{
color: #AA2AAB;
}
</style>
background-color css
<style>
a { background-color: #AA2AAB; }
a { background-color: rgb(170,42,171); }
div.DivClassName
{
background-color: #AA2AAB;
}
.BgClassName
{
background-color: #AA2AAB;
}
</style>
border-color css
<style>
span { border-color: #AA2AAB; }
span { border-color: rgb(170,42,171); }
td.TdClassName
{
border-color: #AA2AAB;
}
.TagClassName
{
border-color: #AA2AAB;
}
</style>