Shades of Dark Orchid #AA16B9
Tints of Dark Orchid #AA16B9
RGB
CMYK
RGB Variations
Color information
#AA16B9 (or 0xAA16B9) is known color: Dark Orchid. HEX triplet: AA, 16 and B9. RGB value is (170,22,185). Sum of RGB (Red+Green+Blue) = 170+22+185=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA16B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16B9 is #55E946. Grayscale: #545454. Windows color (decimal): -5630279 or 12129962. OLE color: 12129962.
HSL color Cylindrical-coordinate representation of color #AA16B9: hue angle of 294.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16B9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 22 | 185 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.27 |
| HSL | 294.48º | 0.79% | 0.41% | - |
| HSV(B) | 294.48º | 0.88% | 0.73% | - |
| XYZ | 25.62 | 12.62 | 46.98 | - |
| YUV | 84.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 185 | 0.08 | 0.88 | 0 | 0.27 | 294.48 | 0.79 | 0.41 |
| Hex | AA | 16 | B9 | 8 | 58 | 0 | 1B | 126 | 4F | 29 |
| Octal | 252 | 26 | 271 | 10 | 130 | 0 | 33 | 446 | 117 | 51 |
| Binary | 10101010 | 10110 | 10111001 | 1000 | 1011000 | 0 | 11011 | 100100110 | 1001111 | 101001 |
Color Harmonies of #AA16B9
Complementary color
Monochromatic Colors of #AA16B9
Black with #AA16B9
Text Example
Text Example
White with #AA16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16B9; }
p { color: rgb(170,22,185); }
H1.HeaderClassName
{
color: #AA16B9;
}
.AnyTagClassName
{
color: #AA16B9;
}
</style>
background-color css
<style>
a { background-color: #AA16B9; }
a { background-color: rgb(170,22,185); }
div.DivClassName
{
background-color: #AA16B9;
}
.BgClassName
{
background-color: #AA16B9;
}
</style>
border-color css
<style>
span { border-color: #AA16B9; }
span { border-color: rgb(170,22,185); }
td.TdClassName
{
border-color: #AA16B9;
}
.TagClassName
{
border-color: #AA16B9;
}
</style>