Shades of Dark Orchid #AA1AB9
Tints of Dark Orchid #AA1AB9
RGB
CMYK
RGB Variations
Color information
#AA1AB9 (or 0xAA1AB9) is known color: Dark Orchid. HEX triplet: AA, 1A and B9. RGB value is (170,26,185). Sum of RGB (Red+Green+Blue) = 170+26+185=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA1AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AB9 is #55E546. Grayscale: #565656. Windows color (decimal): -5629255 or 12130986. OLE color: 12130986.
HSL color Cylindrical-coordinate representation of color #AA1AB9: hue angle of 294.34º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AB9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 26 | 185 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.27 |
| HSL | 294.34º | 0.75% | 0.41% | - |
| HSV(B) | 294.34º | 0.86% | 0.73% | - |
| XYZ | 25.7 | 12.79 | 47.01 | - |
| YUV | 87.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 185 | 0.08 | 0.86 | 0 | 0.27 | 294.34 | 0.75 | 0.41 |
| Hex | AA | 1A | B9 | 8 | 56 | 0 | 1B | 126 | 4B | 29 |
| Octal | 252 | 32 | 271 | 10 | 126 | 0 | 33 | 446 | 113 | 51 |
| Binary | 10101010 | 11010 | 10111001 | 1000 | 1010110 | 0 | 11011 | 100100110 | 1001011 | 101001 |
Color Harmonies of #AA1AB9
Complementary color
Monochromatic Colors of #AA1AB9
Black with #AA1AB9
Text Example
Text Example
White with #AA1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AB9; }
p { color: rgb(170,26,185); }
H1.HeaderClassName
{
color: #AA1AB9;
}
.AnyTagClassName
{
color: #AA1AB9;
}
</style>
background-color css
<style>
a { background-color: #AA1AB9; }
a { background-color: rgb(170,26,185); }
div.DivClassName
{
background-color: #AA1AB9;
}
.BgClassName
{
background-color: #AA1AB9;
}
</style>
border-color css
<style>
span { border-color: #AA1AB9; }
span { border-color: rgb(170,26,185); }
td.TdClassName
{
border-color: #AA1AB9;
}
.TagClassName
{
border-color: #AA1AB9;
}
</style>