Shades of Dark Orchid #AA1ABB
Tints of Dark Orchid #AA1ABB
RGB
CMYK
RGB Variations
Color information
#AA1ABB (or 0xAA1ABB) is known color: Dark Orchid. HEX triplet: AA, 1A and BB. RGB value is (170,26,187). Sum of RGB (Red+Green+Blue) = 170+26+187=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABB is #55E544. Grayscale: #565656. Windows color (decimal): -5629253 or 12262058. OLE color: 12262058.
HSL color Cylindrical-coordinate representation of color #AA1ABB: hue angle of 293.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1ABB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 26 | 187 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.27 |
| HSL | 293.66º | 0.76% | 0.42% | - |
| HSV(B) | 293.66º | 0.86% | 0.73% | - |
| XYZ | 25.92 | 12.87 | 48.13 | - |
| YUV | 87.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 187 | 0.09 | 0.86 | 0 | 0.27 | 293.66 | 0.76 | 0.42 |
| Hex | AA | 1A | BB | 9 | 56 | 0 | 1B | 126 | 4C | 2A |
| Octal | 252 | 32 | 273 | 11 | 126 | 0 | 33 | 446 | 114 | 52 |
| Binary | 10101010 | 11010 | 10111011 | 1001 | 1010110 | 0 | 11011 | 100100110 | 1001100 | 101010 |
Color Harmonies of #AA1ABB
Complementary color
Monochromatic Colors of #AA1ABB
Black with #AA1ABB
Text Example
Text Example
White with #AA1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ABB; }
p { color: rgb(170,26,187); }
H1.HeaderClassName
{
color: #AA1ABB;
}
.AnyTagClassName
{
color: #AA1ABB;
}
</style>
background-color css
<style>
a { background-color: #AA1ABB; }
a { background-color: rgb(170,26,187); }
div.DivClassName
{
background-color: #AA1ABB;
}
.BgClassName
{
background-color: #AA1ABB;
}
</style>
border-color css
<style>
span { border-color: #AA1ABB; }
span { border-color: rgb(170,26,187); }
td.TdClassName
{
border-color: #AA1ABB;
}
.TagClassName
{
border-color: #AA1ABB;
}
</style>