Shades of Violet Blue #AA72A2
Tints of Violet Blue #AA72A2
RGB
CMYK
RGB Variations
Color information
#AA72A2 (or 0xAA72A2) is known color: Violet Blue. HEX triplet: AA, 72 and A2. RGB value is (170,114,162). Sum of RGB (Red+Green+Blue) = 170+114+162=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A2 is #558D5D. Grayscale: #888888. Windows color (decimal): -5606750 or 10646186. OLE color: 10646186.
HSL color Cylindrical-coordinate representation of color #AA72A2: hue angle of 308.57º 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 #AA72A2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 162 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.33 |
| HSL | 308.57º | 0.25% | 0.56% | - |
| HSV(B) | 308.57º | 0.33% | 0.67% | - |
| XYZ | 29.12 | 23.19 | 37.12 | - |
| YUV | 136.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 162 | 0 | 0.33 | 0.05 | 0.33 | 308.57 | 0.25 | 0.56 |
| Hex | AA | 72 | A2 | 0 | 21 | 5 | 21 | 135 | 19 | 38 |
| Octal | 252 | 162 | 242 | 0 | 41 | 5 | 41 | 465 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10100010 | 0 | 100001 | 101 | 100001 | 100110101 | 11001 | 111000 |
Color Harmonies of #AA72A2
Complementary color
Monochromatic Colors of #AA72A2
Black with #AA72A2
Text Example
Text Example
White with #AA72A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72A2; }
p { color: rgb(170,114,162); }
H1.HeaderClassName
{
color: #AA72A2;
}
.AnyTagClassName
{
color: #AA72A2;
}
</style>
background-color css
<style>
a { background-color: #AA72A2; }
a { background-color: rgb(170,114,162); }
div.DivClassName
{
background-color: #AA72A2;
}
.BgClassName
{
background-color: #AA72A2;
}
</style>
border-color css
<style>
span { border-color: #AA72A2; }
span { border-color: rgb(170,114,162); }
td.TdClassName
{
border-color: #AA72A2;
}
.TagClassName
{
border-color: #AA72A2;
}
</style>