Shades of Dark Orchid #AA2AB2
Tints of Dark Orchid #AA2AB2
RGB
CMYK
RGB Variations
Color information
#AA2AB2 (or 0xAA2AB2) is known color: Dark Orchid. HEX triplet: AA, 2A and B2. RGB value is (170,42,178). Sum of RGB (Red+Green+Blue) = 170+42+178=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA2AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AB2 is #55D54D. Grayscale: #5F5F5F. Windows color (decimal): -5625166 or 11676330. OLE color: 11676330.
HSL color Cylindrical-coordinate representation of color #AA2AB2: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2AB2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 42 | 178 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.30 |
| HSL | 296.47º | 0.62% | 0.43% | - |
| HSV(B) | 296.47º | 0.76% | 0.7% | - |
| XYZ | 25.44 | 13.42 | 43.37 | - |
| YUV | 95.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 178 | 0.04 | 0.76 | 0 | 0.30 | 296.47 | 0.62 | 0.43 |
| Hex | AA | 2A | B2 | 4 | 4C | 0 | 1E | 128 | 3E | 2B |
| Octal | 252 | 52 | 262 | 4 | 114 | 0 | 36 | 450 | 76 | 53 |
| Binary | 10101010 | 101010 | 10110010 | 100 | 1001100 | 0 | 11110 | 100101000 | 111110 | 101011 |
Color Harmonies of #AA2AB2
Complementary color
Monochromatic Colors of #AA2AB2
Black with #AA2AB2
Text Example
Text Example
White with #AA2AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AB2; }
p { color: rgb(170,42,178); }
H1.HeaderClassName
{
color: #AA2AB2;
}
.AnyTagClassName
{
color: #AA2AB2;
}
</style>
background-color css
<style>
a { background-color: #AA2AB2; }
a { background-color: rgb(170,42,178); }
div.DivClassName
{
background-color: #AA2AB2;
}
.BgClassName
{
background-color: #AA2AB2;
}
</style>
border-color css
<style>
span { border-color: #AA2AB2; }
span { border-color: rgb(170,42,178); }
td.TdClassName
{
border-color: #AA2AB2;
}
.TagClassName
{
border-color: #AA2AB2;
}
</style>