Shades of Dark Orchid #AA1BAE
Tints of Dark Orchid #AA1BAE
RGB
CMYK
RGB Variations
Color information
#AA1BAE (or 0xAA1BAE) is known color: Dark Orchid. HEX triplet: AA, 1B and AE. RGB value is (170,27,174). Sum of RGB (Red+Green+Blue) = 170+27+174=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BAE is #55E451. Grayscale: #565656. Windows color (decimal): -5629010 or 11410346. OLE color: 11410346.
HSL color Cylindrical-coordinate representation of color #AA1BAE: hue angle of 298.37º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1BAE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 27 | 174 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.32 |
| HSL | 298.37º | 0.73% | 0.39% | - |
| HSV(B) | 298.37º | 0.84% | 0.68% | - |
| XYZ | 24.61 | 12.39 | 41.14 | - |
| YUV | 86.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 174 | 0.02 | 0.84 | 0 | 0.32 | 298.37 | 0.73 | 0.39 |
| Hex | AA | 1B | AE | 2 | 54 | 0 | 20 | 12A | 49 | 27 |
| Octal | 252 | 33 | 256 | 2 | 124 | 0 | 40 | 452 | 111 | 47 |
| Binary | 10101010 | 11011 | 10101110 | 10 | 1010100 | 0 | 100000 | 100101010 | 1001001 | 100111 |
Color Harmonies of #AA1BAE
Complementary color
Monochromatic Colors of #AA1BAE
Black with #AA1BAE
Text Example
Text Example
White with #AA1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BAE; }
p { color: rgb(170,27,174); }
H1.HeaderClassName
{
color: #AA1BAE;
}
.AnyTagClassName
{
color: #AA1BAE;
}
</style>
background-color css
<style>
a { background-color: #AA1BAE; }
a { background-color: rgb(170,27,174); }
div.DivClassName
{
background-color: #AA1BAE;
}
.BgClassName
{
background-color: #AA1BAE;
}
</style>
border-color css
<style>
span { border-color: #AA1BAE; }
span { border-color: rgb(170,27,174); }
td.TdClassName
{
border-color: #AA1BAE;
}
.TagClassName
{
border-color: #AA1BAE;
}
</style>