Shades of Dark Orchid #AA2AB6
Tints of Dark Orchid #AA2AB6
RGB
CMYK
RGB Variations
Color information
#AA2AB6 (or 0xAA2AB6) is known color: Dark Orchid. HEX triplet: AA, 2A and B6. RGB value is (170,42,182). Sum of RGB (Red+Green+Blue) = 170+42+182=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2AB6 is #55D549. Grayscale: #5F5F5F. Windows color (decimal): -5625162 or 11938474. OLE color: 11938474.
HSL color Cylindrical-coordinate representation of color #AA2AB6: hue angle of 294.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2AB6 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 42 | 182 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.29 |
| HSL | 294.86º | 0.63% | 0.44% | - |
| HSV(B) | 294.86º | 0.77% | 0.71% | - |
| XYZ | 25.85 | 13.58 | 45.51 | - |
| YUV | 96.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 182 | 0.07 | 0.77 | 0 | 0.29 | 294.86 | 0.63 | 0.44 |
| Hex | AA | 2A | B6 | 7 | 4D | 0 | 1D | 127 | 3E | 2C |
| Octal | 252 | 52 | 266 | 7 | 115 | 0 | 35 | 447 | 76 | 54 |
| Binary | 10101010 | 101010 | 10110110 | 111 | 1001101 | 0 | 11101 | 100100111 | 111110 | 101100 |
Color Harmonies of #AA2AB6
Complementary color
Monochromatic Colors of #AA2AB6
Black with #AA2AB6
Text Example
Text Example
White with #AA2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AB6; }
p { color: rgb(170,42,182); }
H1.HeaderClassName
{
color: #AA2AB6;
}
.AnyTagClassName
{
color: #AA2AB6;
}
</style>
background-color css
<style>
a { background-color: #AA2AB6; }
a { background-color: rgb(170,42,182); }
div.DivClassName
{
background-color: #AA2AB6;
}
.BgClassName
{
background-color: #AA2AB6;
}
</style>
border-color css
<style>
span { border-color: #AA2AB6; }
span { border-color: rgb(170,42,182); }
td.TdClassName
{
border-color: #AA2AB6;
}
.TagClassName
{
border-color: #AA2AB6;
}
</style>