Shades of Violet Blue #AA6BAB
Tints of Violet Blue #AA6BAB
RGB
CMYK
RGB Variations
Color information
#AA6BAB (or 0xAA6BAB) is known color: Violet Blue. HEX triplet: AA, 6B and AB. RGB value is (170,107,171). Sum of RGB (Red+Green+Blue) = 170+107+171=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BAB is #559454. Grayscale: #848484. Windows color (decimal): -5608533 or 11234218. OLE color: 11234218.
HSL color Cylindrical-coordinate representation of color #AA6BAB: hue angle of 299.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6BAB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 107 | 171 | - |
CMYK | 0.01 | 0.37 | 0 | 0.33 |
HSL | 299.06º | 0.28% | 0.55% | - |
HSV(B) | 299.06º | 0.37% | 0.67% | - |
XYZ | 29.19 | 22 | 41.24 | - |
YUV | 133.13 | 149.37 | 154.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 107 | 171 | 0.01 | 0.37 | 0 | 0.33 | 299.06 | 0.28 | 0.55 |
Hex | AA | 6B | AB | 1 | 25 | 0 | 21 | 12B | 1C | 37 |
Octal | 252 | 153 | 253 | 1 | 45 | 0 | 41 | 453 | 34 | 67 |
Binary | 10101010 | 1101011 | 10101011 | 1 | 100101 | 0 | 100001 | 100101011 | 11100 | 110111 |
Color Harmonies of #AA6BAB
Complementary color
Monochromatic Colors of #AA6BAB
Black with #AA6BAB
Text Example
Text Example
White with #AA6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BAB; }
p { color: rgb(170,107,171); }
H1.HeaderClassName
{
color: #AA6BAB;
}
.AnyTagClassName
{
color: #AA6BAB;
}
</style>
background-color css
<style>
a { background-color: #AA6BAB; }
a { background-color: rgb(170,107,171); }
div.DivClassName
{
background-color: #AA6BAB;
}
.BgClassName
{
background-color: #AA6BAB;
}
</style>
border-color css
<style>
span { border-color: #AA6BAB; }
span { border-color: rgb(170,107,171); }
td.TdClassName
{
border-color: #AA6BAB;
}
.TagClassName
{
border-color: #AA6BAB;
}
</style>