Shades of Violet Blue #AA51A6
Tints of Violet Blue #AA51A6
RGB
CMYK
RGB Variations
Color information
#AA51A6 (or 0xAA51A6) is known color: Violet Blue. HEX triplet: AA, 51 and A6. RGB value is (170,81,166). Sum of RGB (Red+Green+Blue) = 170+81+166=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA51A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51A6 is #55AE59. Grayscale: #757575. Windows color (decimal): -5615194 or 10899882. OLE color: 10899882.
HSL color Cylindrical-coordinate representation of color #AA51A6: hue angle of 302.7º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA51A6 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 166 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.33 |
| HSL | 302.7º | 0.35% | 0.49% | - |
| HSV(B) | 302.7º | 0.52% | 0.67% | - |
| XYZ | 26.4 | 17.18 | 38 | - |
| YUV | 117.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 166 | 0 | 0.52 | 0.02 | 0.33 | 302.7 | 0.35 | 0.49 |
| Hex | AA | 51 | A6 | 0 | 34 | 2 | 21 | 12F | 23 | 31 |
| Octal | 252 | 121 | 246 | 0 | 64 | 2 | 41 | 457 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10100110 | 0 | 110100 | 10 | 100001 | 100101111 | 100011 | 110001 |
Color Harmonies of #AA51A6
Complementary color
Monochromatic Colors of #AA51A6
Black with #AA51A6
Text Example
Text Example
White with #AA51A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51A6; }
p { color: rgb(170,81,166); }
H1.HeaderClassName
{
color: #AA51A6;
}
.AnyTagClassName
{
color: #AA51A6;
}
</style>
background-color css
<style>
a { background-color: #AA51A6; }
a { background-color: rgb(170,81,166); }
div.DivClassName
{
background-color: #AA51A6;
}
.BgClassName
{
background-color: #AA51A6;
}
</style>
border-color css
<style>
span { border-color: #AA51A6; }
span { border-color: rgb(170,81,166); }
td.TdClassName
{
border-color: #AA51A6;
}
.TagClassName
{
border-color: #AA51A6;
}
</style>