Shades of Violet Blue #AA60A1
Tints of Violet Blue #AA60A1
RGB
CMYK
RGB Variations
Color information
#AA60A1 (or 0xAA60A1) is known color: Violet Blue. HEX triplet: AA, 60 and A1. RGB value is (170,96,161). Sum of RGB (Red+Green+Blue) = 170+96+161=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA60A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60A1 is #559F5E. Grayscale: #7D7D7D. Windows color (decimal): -5611359 or 10576042. OLE color: 10576042.
HSL color Cylindrical-coordinate representation of color #AA60A1: hue angle of 307.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA60A1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 161 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.33 |
| HSL | 307.3º | 0.3% | 0.52% | - |
| HSV(B) | 307.3º | 0.44% | 0.67% | - |
| XYZ | 27.19 | 19.49 | 36.05 | - |
| YUV | 125.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 161 | 0 | 0.44 | 0.05 | 0.33 | 307.3 | 0.3 | 0.52 |
| Hex | AA | 60 | A1 | 0 | 2C | 5 | 21 | 133 | 1E | 34 |
| Octal | 252 | 140 | 241 | 0 | 54 | 5 | 41 | 463 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10100001 | 0 | 101100 | 101 | 100001 | 100110011 | 11110 | 110100 |
Color Harmonies of #AA60A1
Complementary color
Monochromatic Colors of #AA60A1
Black with #AA60A1
Text Example
Text Example
White with #AA60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60A1; }
p { color: rgb(170,96,161); }
H1.HeaderClassName
{
color: #AA60A1;
}
.AnyTagClassName
{
color: #AA60A1;
}
</style>
background-color css
<style>
a { background-color: #AA60A1; }
a { background-color: rgb(170,96,161); }
div.DivClassName
{
background-color: #AA60A1;
}
.BgClassName
{
background-color: #AA60A1;
}
</style>
border-color css
<style>
span { border-color: #AA60A1; }
span { border-color: rgb(170,96,161); }
td.TdClassName
{
border-color: #AA60A1;
}
.TagClassName
{
border-color: #AA60A1;
}
</style>