Shades of Dark Orchid #AA1AAE
Tints of Dark Orchid #AA1AAE
RGB
CMYK
RGB Variations
Color information
#AA1AAE (or 0xAA1AAE) is known color: Dark Orchid. HEX triplet: AA, 1A and AE. RGB value is (170,26,174). Sum of RGB (Red+Green+Blue) = 170+26+174=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAE is #55E551. Grayscale: #555555. Windows color (decimal): -5629266 or 11410090. OLE color: 11410090.
HSL color Cylindrical-coordinate representation of color #AA1AAE: hue angle of 298.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1AAE is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 26 | 174 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.32 |
| HSL | 298.38º | 0.74% | 0.39% | - |
| HSV(B) | 298.38º | 0.85% | 0.68% | - |
| XYZ | 24.59 | 12.34 | 41.13 | - |
| YUV | 85.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 174 | 0.02 | 0.85 | 0 | 0.32 | 298.38 | 0.74 | 0.39 |
| Hex | AA | 1A | AE | 2 | 55 | 0 | 20 | 12A | 4A | 27 |
| Octal | 252 | 32 | 256 | 2 | 125 | 0 | 40 | 452 | 112 | 47 |
| Binary | 10101010 | 11010 | 10101110 | 10 | 1010101 | 0 | 100000 | 100101010 | 1001010 | 100111 |
Color Harmonies of #AA1AAE
Complementary color
Monochromatic Colors of #AA1AAE
Black with #AA1AAE
Text Example
Text Example
White with #AA1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AAE; }
p { color: rgb(170,26,174); }
H1.HeaderClassName
{
color: #AA1AAE;
}
.AnyTagClassName
{
color: #AA1AAE;
}
</style>
background-color css
<style>
a { background-color: #AA1AAE; }
a { background-color: rgb(170,26,174); }
div.DivClassName
{
background-color: #AA1AAE;
}
.BgClassName
{
background-color: #AA1AAE;
}
</style>
border-color css
<style>
span { border-color: #AA1AAE; }
span { border-color: rgb(170,26,174); }
td.TdClassName
{
border-color: #AA1AAE;
}
.TagClassName
{
border-color: #AA1AAE;
}
</style>