Shades of Dark Orchid #AA16B7
Tints of Dark Orchid #AA16B7
RGB
CMYK
RGB Variations
Color information
#AA16B7 (or 0xAA16B7) is known color: Dark Orchid. HEX triplet: AA, 16 and B7. RGB value is (170,22,183). Sum of RGB (Red+Green+Blue) = 170+22+183=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA16B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16B7 is #55E948. Grayscale: #545454. Windows color (decimal): -5630281 or 11998890. OLE color: 11998890.
HSL color Cylindrical-coordinate representation of color #AA16B7: hue angle of 295.16º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA16B7 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 22 | 183 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.28 |
| HSL | 295.16º | 0.79% | 0.4% | - |
| HSV(B) | 295.16º | 0.88% | 0.72% | - |
| XYZ | 25.41 | 12.54 | 45.88 | - |
| YUV | 84.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 183 | 0.07 | 0.88 | 0 | 0.28 | 295.16 | 0.79 | 0.4 |
| Hex | AA | 16 | B7 | 7 | 58 | 0 | 1C | 127 | 4F | 28 |
| Octal | 252 | 26 | 267 | 7 | 130 | 0 | 34 | 447 | 117 | 50 |
| Binary | 10101010 | 10110 | 10110111 | 111 | 1011000 | 0 | 11100 | 100100111 | 1001111 | 101000 |
Color Harmonies of #AA16B7
Complementary color
Monochromatic Colors of #AA16B7
Black with #AA16B7
Text Example
Text Example
White with #AA16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16B7; }
p { color: rgb(170,22,183); }
H1.HeaderClassName
{
color: #AA16B7;
}
.AnyTagClassName
{
color: #AA16B7;
}
</style>
background-color css
<style>
a { background-color: #AA16B7; }
a { background-color: rgb(170,22,183); }
div.DivClassName
{
background-color: #AA16B7;
}
.BgClassName
{
background-color: #AA16B7;
}
</style>
border-color css
<style>
span { border-color: #AA16B7; }
span { border-color: rgb(170,22,183); }
td.TdClassName
{
border-color: #AA16B7;
}
.TagClassName
{
border-color: #AA16B7;
}
</style>