Shades of Violet Blue #AA6698
Tints of Violet Blue #AA6698
RGB
CMYK
RGB Variations
Color information
#AA6698 (or 0xAA6698) is known color: Violet Blue. HEX triplet: AA, 66 and 98. RGB value is (170,102,152). Sum of RGB (Red+Green+Blue) = 170+102+152=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6698 is #559967. Grayscale: #7F7F7F. Windows color (decimal): -5609832 or 9987754. OLE color: 9987754.
HSL color Cylindrical-coordinate representation of color #AA6698: hue angle of 315.88º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6698 is Cyan = 0, Magento = 0.4, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 152 | - |
| CMYK | 0 | 0.4 | 0.11 | 0.33 |
| HSL | 315.88º | 0.29% | 0.53% | - |
| HSV(B) | 315.88º | 0.4% | 0.67% | - |
| XYZ | 27 | 20.32 | 32.2 | - |
| YUV | 128.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 152 | 0 | 0.4 | 0.11 | 0.33 | 315.88 | 0.29 | 0.53 |
| Hex | AA | 66 | 98 | 0 | 28 | B | 21 | 13C | 1D | 35 |
| Octal | 252 | 146 | 230 | 0 | 50 | 13 | 41 | 474 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10011000 | 0 | 101000 | 1011 | 100001 | 100111100 | 11101 | 110101 |
Color Harmonies of #AA6698
Complementary color
Monochromatic Colors of #AA6698
Black with #AA6698
Text Example
Text Example
White with #AA6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6698; }
p { color: rgb(170,102,152); }
H1.HeaderClassName
{
color: #AA6698;
}
.AnyTagClassName
{
color: #AA6698;
}
</style>
background-color css
<style>
a { background-color: #AA6698; }
a { background-color: rgb(170,102,152); }
div.DivClassName
{
background-color: #AA6698;
}
.BgClassName
{
background-color: #AA6698;
}
</style>
border-color css
<style>
span { border-color: #AA6698; }
span { border-color: rgb(170,102,152); }
td.TdClassName
{
border-color: #AA6698;
}
.TagClassName
{
border-color: #AA6698;
}
</style>