Shades of Violet Blue #AA6BA8
Tints of Violet Blue #AA6BA8
RGB
CMYK
RGB Variations
Color information
#AA6BA8 (or 0xAA6BA8) is known color: Violet Blue. HEX triplet: AA, 6B and A8. RGB value is (170,107,168). Sum of RGB (Red+Green+Blue) = 170+107+168=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BA8 is #559457. Grayscale: #848484. Windows color (decimal): -5608536 or 11037610. OLE color: 11037610.
HSL color Cylindrical-coordinate representation of color #AA6BA8: hue angle of 301.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6BA8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 168 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.33 |
| HSL | 301.9º | 0.27% | 0.54% | - |
| HSV(B) | 301.9º | 0.37% | 0.67% | - |
| XYZ | 28.9 | 21.89 | 39.75 | - |
| YUV | 132.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 168 | 0 | 0.37 | 0.01 | 0.33 | 301.9 | 0.27 | 0.54 |
| Hex | AA | 6B | A8 | 0 | 25 | 1 | 21 | 12E | 1B | 36 |
| Octal | 252 | 153 | 250 | 0 | 45 | 1 | 41 | 456 | 33 | 66 |
| Binary | 10101010 | 1101011 | 10101000 | 0 | 100101 | 1 | 100001 | 100101110 | 11011 | 110110 |
Color Harmonies of #AA6BA8
Complementary color
Monochromatic Colors of #AA6BA8
Black with #AA6BA8
Text Example
Text Example
White with #AA6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BA8; }
p { color: rgb(170,107,168); }
H1.HeaderClassName
{
color: #AA6BA8;
}
.AnyTagClassName
{
color: #AA6BA8;
}
</style>
background-color css
<style>
a { background-color: #AA6BA8; }
a { background-color: rgb(170,107,168); }
div.DivClassName
{
background-color: #AA6BA8;
}
.BgClassName
{
background-color: #AA6BA8;
}
</style>
border-color css
<style>
span { border-color: #AA6BA8; }
span { border-color: rgb(170,107,168); }
td.TdClassName
{
border-color: #AA6BA8;
}
.TagClassName
{
border-color: #AA6BA8;
}
</style>