Shades of Violet Blue #AA6BA6
Tints of Violet Blue #AA6BA6
RGB
CMYK
RGB Variations
Color information
#AA6BA6 (or 0xAA6BA6) is known color: Violet Blue. HEX triplet: AA, 6B and A6. RGB value is (170,107,166). Sum of RGB (Red+Green+Blue) = 170+107+166=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BA6 is #559459. Grayscale: #848484. Windows color (decimal): -5608538 or 10906538. OLE color: 10906538.
HSL color Cylindrical-coordinate representation of color #AA6BA6: hue angle of 303.81º 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 #AA6BA6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 166 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.33 |
| HSL | 303.81º | 0.27% | 0.54% | - |
| HSV(B) | 303.81º | 0.37% | 0.67% | - |
| XYZ | 28.72 | 21.81 | 38.77 | - |
| YUV | 132.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 166 | 0 | 0.37 | 0.02 | 0.33 | 303.81 | 0.27 | 0.54 |
| Hex | AA | 6B | A6 | 0 | 25 | 2 | 21 | 130 | 1B | 36 |
| Octal | 252 | 153 | 246 | 0 | 45 | 2 | 41 | 460 | 33 | 66 |
| Binary | 10101010 | 1101011 | 10100110 | 0 | 100101 | 10 | 100001 | 100110000 | 11011 | 110110 |
Color Harmonies of #AA6BA6
Complementary color
Monochromatic Colors of #AA6BA6
Black with #AA6BA6
Text Example
Text Example
White with #AA6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BA6; }
p { color: rgb(170,107,166); }
H1.HeaderClassName
{
color: #AA6BA6;
}
.AnyTagClassName
{
color: #AA6BA6;
}
</style>
background-color css
<style>
a { background-color: #AA6BA6; }
a { background-color: rgb(170,107,166); }
div.DivClassName
{
background-color: #AA6BA6;
}
.BgClassName
{
background-color: #AA6BA6;
}
</style>
border-color css
<style>
span { border-color: #AA6BA6; }
span { border-color: rgb(170,107,166); }
td.TdClassName
{
border-color: #AA6BA6;
}
.TagClassName
{
border-color: #AA6BA6;
}
</style>