Shades of Violet Blue #AA72A6
Tints of Violet Blue #AA72A6
RGB
CMYK
RGB Variations
Color information
#AA72A6 (or 0xAA72A6) is known color: Violet Blue. HEX triplet: AA, 72 and A6. RGB value is (170,114,166). Sum of RGB (Red+Green+Blue) = 170+114+166=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A6 is #558D59. Grayscale: #888888. Windows color (decimal): -5606746 or 10908330. OLE color: 10908330.
HSL color Cylindrical-coordinate representation of color #AA72A6: hue angle of 304.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA72A6 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 166 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.33 |
| HSL | 304.29º | 0.25% | 0.56% | - |
| HSV(B) | 304.29º | 0.33% | 0.67% | - |
| XYZ | 29.48 | 23.33 | 39.03 | - |
| YUV | 136.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 166 | 0 | 0.33 | 0.02 | 0.33 | 304.29 | 0.25 | 0.56 |
| Hex | AA | 72 | A6 | 0 | 21 | 2 | 21 | 130 | 19 | 38 |
| Octal | 252 | 162 | 246 | 0 | 41 | 2 | 41 | 460 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10100110 | 0 | 100001 | 10 | 100001 | 100110000 | 11001 | 111000 |
Color Harmonies of #AA72A6
Complementary color
Monochromatic Colors of #AA72A6
Black with #AA72A6
Text Example
Text Example
White with #AA72A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72A6; }
p { color: rgb(170,114,166); }
H1.HeaderClassName
{
color: #AA72A6;
}
.AnyTagClassName
{
color: #AA72A6;
}
</style>
background-color css
<style>
a { background-color: #AA72A6; }
a { background-color: rgb(170,114,166); }
div.DivClassName
{
background-color: #AA72A6;
}
.BgClassName
{
background-color: #AA72A6;
}
</style>
border-color css
<style>
span { border-color: #AA72A6; }
span { border-color: rgb(170,114,166); }
td.TdClassName
{
border-color: #AA72A6;
}
.TagClassName
{
border-color: #AA72A6;
}
</style>