Shades of Dark Orchid #AA1BC9
Tints of Dark Orchid #AA1BC9
RGB
CMYK
RGB Variations
Color information
#AA1BC9 (or 0xAA1BC9) is known color: Dark Orchid. HEX triplet: AA, 1B and C9. RGB value is (170,27,201). Sum of RGB (Red+Green+Blue) = 170+27+201=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA1BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BC9 is #55E436. Grayscale: #595959. Windows color (decimal): -5628983 or 13179818. OLE color: 13179818.
HSL color Cylindrical-coordinate representation of color #AA1BC9: hue angle of 289.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1BC9 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 27 | 201 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.21 |
| HSL | 289.31º | 0.76% | 0.45% | - |
| HSV(B) | 289.31º | 0.87% | 0.79% | - |
| XYZ | 27.51 | 13.55 | 56.42 | - |
| YUV | 89.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 201 | 0.15 | 0.87 | 0 | 0.21 | 289.31 | 0.76 | 0.45 |
| Hex | AA | 1B | C9 | F | 57 | 0 | 15 | 121 | 4C | 2D |
| Octal | 252 | 33 | 311 | 17 | 127 | 0 | 25 | 441 | 114 | 55 |
| Binary | 10101010 | 11011 | 11001001 | 1111 | 1010111 | 0 | 10101 | 100100001 | 1001100 | 101101 |
Color Harmonies of #AA1BC9
Complementary color
Monochromatic Colors of #AA1BC9
Black with #AA1BC9
Text Example
Text Example
White with #AA1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BC9; }
p { color: rgb(170,27,201); }
H1.HeaderClassName
{
color: #AA1BC9;
}
.AnyTagClassName
{
color: #AA1BC9;
}
</style>
background-color css
<style>
a { background-color: #AA1BC9; }
a { background-color: rgb(170,27,201); }
div.DivClassName
{
background-color: #AA1BC9;
}
.BgClassName
{
background-color: #AA1BC9;
}
</style>
border-color css
<style>
span { border-color: #AA1BC9; }
span { border-color: rgb(170,27,201); }
td.TdClassName
{
border-color: #AA1BC9;
}
.TagClassName
{
border-color: #AA1BC9;
}
</style>