Shades of Violet Blue #AA6BAC
Tints of Violet Blue #AA6BAC
RGB
CMYK
RGB Variations
Color information
#AA6BAC (or 0xAA6BAC) is known color: Violet Blue. HEX triplet: AA, 6B and AC. RGB value is (170,107,172). Sum of RGB (Red+Green+Blue) = 170+107+172=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BAC is #559453. Grayscale: #858585. Windows color (decimal): -5608532 or 11299754. OLE color: 11299754.
HSL color Cylindrical-coordinate representation of color #AA6BAC: hue angle of 298.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6BAC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 172 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.33 |
| HSL | 298.15º | 0.28% | 0.55% | - |
| HSV(B) | 298.15º | 0.38% | 0.67% | - |
| XYZ | 29.28 | 22.04 | 41.74 | - |
| YUV | 133.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 172 | 0.01 | 0.38 | 0 | 0.33 | 298.15 | 0.28 | 0.55 |
| Hex | AA | 6B | AC | 1 | 26 | 0 | 21 | 12A | 1C | 37 |
| Octal | 252 | 153 | 254 | 1 | 46 | 0 | 41 | 452 | 34 | 67 |
| Binary | 10101010 | 1101011 | 10101100 | 1 | 100110 | 0 | 100001 | 100101010 | 11100 | 110111 |
Color Harmonies of #AA6BAC
Complementary color
Monochromatic Colors of #AA6BAC
Black with #AA6BAC
Text Example
Text Example
White with #AA6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BAC; }
p { color: rgb(170,107,172); }
H1.HeaderClassName
{
color: #AA6BAC;
}
.AnyTagClassName
{
color: #AA6BAC;
}
</style>
background-color css
<style>
a { background-color: #AA6BAC; }
a { background-color: rgb(170,107,172); }
div.DivClassName
{
background-color: #AA6BAC;
}
.BgClassName
{
background-color: #AA6BAC;
}
</style>
border-color css
<style>
span { border-color: #AA6BAC; }
span { border-color: rgb(170,107,172); }
td.TdClassName
{
border-color: #AA6BAC;
}
.TagClassName
{
border-color: #AA6BAC;
}
</style>