Shades of Dark Violet #AA10B8
Tints of Dark Violet #AA10B8
RGB
CMYK
RGB Variations
Color information
#AA10B8 (or 0xAA10B8) is known color: Dark Violet. HEX triplet: AA, 10 and B8. RGB value is (170,16,184). Sum of RGB (Red+Green+Blue) = 170+16+184=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA10B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10B8 is #55EF47. Grayscale: #505050. Windows color (decimal): -5631816 or 12062890. OLE color: 12062890.
HSL color Cylindrical-coordinate representation of color #AA10B8: hue angle of 295º 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 #AA10B8 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 16 | 184 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.28 |
| HSL | 295º | 0.84% | 0.39% | - |
| HSV(B) | 295º | 0.91% | 0.72% | - |
| XYZ | 25.41 | 12.38 | 46.4 | - |
| YUV | 81.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 184 | 0.08 | 0.91 | 0 | 0.28 | 295 | 0.84 | 0.39 |
| Hex | AA | 10 | B8 | 8 | 5B | 0 | 1C | 127 | 54 | 27 |
| Octal | 252 | 20 | 270 | 10 | 133 | 0 | 34 | 447 | 124 | 47 |
| Binary | 10101010 | 10000 | 10111000 | 1000 | 1011011 | 0 | 11100 | 100100111 | 1010100 | 100111 |
Color Harmonies of #AA10B8
Complementary color
Monochromatic Colors of #AA10B8
Black with #AA10B8
Text Example
Text Example
White with #AA10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10B8; }
p { color: rgb(170,16,184); }
H1.HeaderClassName
{
color: #AA10B8;
}
.AnyTagClassName
{
color: #AA10B8;
}
</style>
background-color css
<style>
a { background-color: #AA10B8; }
a { background-color: rgb(170,16,184); }
div.DivClassName
{
background-color: #AA10B8;
}
.BgClassName
{
background-color: #AA10B8;
}
</style>
border-color css
<style>
span { border-color: #AA10B8; }
span { border-color: rgb(170,16,184); }
td.TdClassName
{
border-color: #AA10B8;
}
.TagClassName
{
border-color: #AA10B8;
}
</style>