Shades of Dark Orchid #AA2DAB
Tints of Dark Orchid #AA2DAB
RGB
CMYK
RGB Variations
Color information
#AA2DAB (or 0xAA2DAB) is known color: Dark Orchid. HEX triplet: AA, 2D and AB. RGB value is (170,45,171). Sum of RGB (Red+Green+Blue) = 170+45+171=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2DAB is #55D254. Grayscale: #606060. Windows color (decimal): -5624405 or 11218346. OLE color: 11218346.
HSL color Cylindrical-coordinate representation of color #AA2DAB: hue angle of 299.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2DAB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 171 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.33 |
| HSL | 299.52º | 0.58% | 0.42% | - |
| HSV(B) | 299.52º | 0.74% | 0.67% | - |
| XYZ | 24.87 | 13.36 | 39.8 | - |
| YUV | 96.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 171 | 0.01 | 0.74 | 0 | 0.33 | 299.52 | 0.58 | 0.42 |
| Hex | AA | 2D | AB | 1 | 4A | 0 | 21 | 12C | 3A | 2A |
| Octal | 252 | 55 | 253 | 1 | 112 | 0 | 41 | 454 | 72 | 52 |
| Binary | 10101010 | 101101 | 10101011 | 1 | 1001010 | 0 | 100001 | 100101100 | 111010 | 101010 |
Color Harmonies of #AA2DAB
Complementary color
Monochromatic Colors of #AA2DAB
Black with #AA2DAB
Text Example
Text Example
White with #AA2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DAB; }
p { color: rgb(170,45,171); }
H1.HeaderClassName
{
color: #AA2DAB;
}
.AnyTagClassName
{
color: #AA2DAB;
}
</style>
background-color css
<style>
a { background-color: #AA2DAB; }
a { background-color: rgb(170,45,171); }
div.DivClassName
{
background-color: #AA2DAB;
}
.BgClassName
{
background-color: #AA2DAB;
}
</style>
border-color css
<style>
span { border-color: #AA2DAB; }
span { border-color: rgb(170,45,171); }
td.TdClassName
{
border-color: #AA2DAB;
}
.TagClassName
{
border-color: #AA2DAB;
}
</style>