Shades of Violet Blue #AA58A1
Tints of Violet Blue #AA58A1
RGB
CMYK
RGB Variations
Color information
#AA58A1 (or 0xAA58A1) is known color: Violet Blue. HEX triplet: AA, 58 and A1. RGB value is (170,88,161). Sum of RGB (Red+Green+Blue) = 170+88+161=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA58A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58A1 is #55A75E. Grayscale: #787878. Windows color (decimal): -5613407 or 10573994. OLE color: 10573994.
HSL color Cylindrical-coordinate representation of color #AA58A1: hue angle of 306.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA58A1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 161 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.33 |
| HSL | 306.59º | 0.33% | 0.51% | - |
| HSV(B) | 306.59º | 0.48% | 0.67% | - |
| XYZ | 26.5 | 18.1 | 35.81 | - |
| YUV | 120.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 161 | 0 | 0.48 | 0.05 | 0.33 | 306.59 | 0.33 | 0.51 |
| Hex | AA | 58 | A1 | 0 | 30 | 5 | 21 | 133 | 21 | 33 |
| Octal | 252 | 130 | 241 | 0 | 60 | 5 | 41 | 463 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10100001 | 0 | 110000 | 101 | 100001 | 100110011 | 100001 | 110011 |
Color Harmonies of #AA58A1
Complementary color
Monochromatic Colors of #AA58A1
Black with #AA58A1
Text Example
Text Example
White with #AA58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA58A1; }
p { color: rgb(170,88,161); }
H1.HeaderClassName
{
color: #AA58A1;
}
.AnyTagClassName
{
color: #AA58A1;
}
</style>
background-color css
<style>
a { background-color: #AA58A1; }
a { background-color: rgb(170,88,161); }
div.DivClassName
{
background-color: #AA58A1;
}
.BgClassName
{
background-color: #AA58A1;
}
</style>
border-color css
<style>
span { border-color: #AA58A1; }
span { border-color: rgb(170,88,161); }
td.TdClassName
{
border-color: #AA58A1;
}
.TagClassName
{
border-color: #AA58A1;
}
</style>