Shades of Dark Violet #AA10B7
Tints of Dark Violet #AA10B7
RGB
CMYK
RGB Variations
Color information
#AA10B7 (or 0xAA10B7) is known color: Dark Violet. HEX triplet: AA, 10 and B7. RGB value is (170,16,183). Sum of RGB (Red+Green+Blue) = 170+16+183=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA10B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10B7 is #55EF48. Grayscale: #505050. Windows color (decimal): -5631817 or 11997354. OLE color: 11997354.
HSL color Cylindrical-coordinate representation of color #AA10B7: hue angle of 295.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10B7 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 16 | 183 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.28 |
| HSL | 295.33º | 0.84% | 0.39% | - |
| HSV(B) | 295.33º | 0.91% | 0.72% | - |
| XYZ | 25.31 | 12.34 | 45.85 | - |
| YUV | 81.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 183 | 0.07 | 0.91 | 0 | 0.28 | 295.33 | 0.84 | 0.39 |
| Hex | AA | 10 | B7 | 7 | 5B | 0 | 1C | 127 | 54 | 27 |
| Octal | 252 | 20 | 267 | 7 | 133 | 0 | 34 | 447 | 124 | 47 |
| Binary | 10101010 | 10000 | 10110111 | 111 | 1011011 | 0 | 11100 | 100100111 | 1010100 | 100111 |
Color Harmonies of #AA10B7
Complementary color
Monochromatic Colors of #AA10B7
Black with #AA10B7
Text Example
Text Example
White with #AA10B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10B7; }
p { color: rgb(170,16,183); }
H1.HeaderClassName
{
color: #AA10B7;
}
.AnyTagClassName
{
color: #AA10B7;
}
</style>
background-color css
<style>
a { background-color: #AA10B7; }
a { background-color: rgb(170,16,183); }
div.DivClassName
{
background-color: #AA10B7;
}
.BgClassName
{
background-color: #AA10B7;
}
</style>
border-color css
<style>
span { border-color: #AA10B7; }
span { border-color: rgb(170,16,183); }
td.TdClassName
{
border-color: #AA10B7;
}
.TagClassName
{
border-color: #AA10B7;
}
</style>