Shades of Violet Blue #AA72A5
Tints of Violet Blue #AA72A5
RGB
CMYK
RGB Variations
Color information
#AA72A5 (or 0xAA72A5) is known color: Violet Blue. HEX triplet: AA, 72 and A5. RGB value is (170,114,165). Sum of RGB (Red+Green+Blue) = 170+114+165=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A5 is #558D5A. Grayscale: #888888. Windows color (decimal): -5606747 or 10842794. OLE color: 10842794.
HSL color Cylindrical-coordinate representation of color #AA72A5: hue angle of 305.36º 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 #AA72A5 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 165 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.33 |
| HSL | 305.36º | 0.25% | 0.56% | - |
| HSV(B) | 305.36º | 0.33% | 0.67% | - |
| XYZ | 29.39 | 23.3 | 38.55 | - |
| YUV | 136.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 165 | 0 | 0.33 | 0.03 | 0.33 | 305.36 | 0.25 | 0.56 |
| Hex | AA | 72 | A5 | 0 | 21 | 3 | 21 | 131 | 19 | 38 |
| Octal | 252 | 162 | 245 | 0 | 41 | 3 | 41 | 461 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10100101 | 0 | 100001 | 11 | 100001 | 100110001 | 11001 | 111000 |
Color Harmonies of #AA72A5
Complementary color
Monochromatic Colors of #AA72A5
Black with #AA72A5
Text Example
Text Example
White with #AA72A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72A5; }
p { color: rgb(170,114,165); }
H1.HeaderClassName
{
color: #AA72A5;
}
.AnyTagClassName
{
color: #AA72A5;
}
</style>
background-color css
<style>
a { background-color: #AA72A5; }
a { background-color: rgb(170,114,165); }
div.DivClassName
{
background-color: #AA72A5;
}
.BgClassName
{
background-color: #AA72A5;
}
</style>
border-color css
<style>
span { border-color: #AA72A5; }
span { border-color: rgb(170,114,165); }
td.TdClassName
{
border-color: #AA72A5;
}
.TagClassName
{
border-color: #AA72A5;
}
</style>