Shades of Dark Orchid #AA2BAE
Tints of Dark Orchid #AA2BAE
RGB
CMYK
RGB Variations
Color information
#AA2BAE (or 0xAA2BAE) is known color: Dark Orchid. HEX triplet: AA, 2B and AE. RGB value is (170,43,174). Sum of RGB (Red+Green+Blue) = 170+43+174=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2BAE is #55D451. Grayscale: #5F5F5F. Windows color (decimal): -5624914 or 11414442. OLE color: 11414442.
HSL color Cylindrical-coordinate representation of color #AA2BAE: hue angle of 298.17º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2BAE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 43 | 174 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.32 |
| HSL | 298.17º | 0.6% | 0.43% | - |
| HSV(B) | 298.17º | 0.75% | 0.68% | - |
| XYZ | 25.08 | 13.33 | 41.3 | - |
| YUV | 95.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 174 | 0.02 | 0.75 | 0 | 0.32 | 298.17 | 0.6 | 0.43 |
| Hex | AA | 2B | AE | 2 | 4B | 0 | 20 | 12A | 3C | 2B |
| Octal | 252 | 53 | 256 | 2 | 113 | 0 | 40 | 452 | 74 | 53 |
| Binary | 10101010 | 101011 | 10101110 | 10 | 1001011 | 0 | 100000 | 100101010 | 111100 | 101011 |
Color Harmonies of #AA2BAE
Complementary color
Monochromatic Colors of #AA2BAE
Black with #AA2BAE
Text Example
Text Example
White with #AA2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BAE; }
p { color: rgb(170,43,174); }
H1.HeaderClassName
{
color: #AA2BAE;
}
.AnyTagClassName
{
color: #AA2BAE;
}
</style>
background-color css
<style>
a { background-color: #AA2BAE; }
a { background-color: rgb(170,43,174); }
div.DivClassName
{
background-color: #AA2BAE;
}
.BgClassName
{
background-color: #AA2BAE;
}
</style>
border-color css
<style>
span { border-color: #AA2BAE; }
span { border-color: rgb(170,43,174); }
td.TdClassName
{
border-color: #AA2BAE;
}
.TagClassName
{
border-color: #AA2BAE;
}
</style>