Shades of Violet Blue #AA60B1
Tints of Violet Blue #AA60B1
RGB
CMYK
RGB Variations
Color information
#AA60B1 (or 0xAA60B1) is known color: Violet Blue. HEX triplet: AA, 60 and B1. RGB value is (170,96,177). Sum of RGB (Red+Green+Blue) = 170+96+177=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60B1 is #559F4E. Grayscale: #7F7F7F. Windows color (decimal): -5611343 or 11624618. OLE color: 11624618.
HSL color Cylindrical-coordinate representation of color #AA60B1: hue angle of 294.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA60B1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 96 | 177 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.31 |
| HSL | 294.81º | 0.34% | 0.54% | - |
| HSV(B) | 294.81º | 0.46% | 0.69% | - |
| XYZ | 28.7 | 20.09 | 43.96 | - |
| YUV | 127.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 177 | 0.04 | 0.46 | 0 | 0.31 | 294.81 | 0.34 | 0.54 |
| Hex | AA | 60 | B1 | 4 | 2E | 0 | 1F | 127 | 22 | 36 |
| Octal | 252 | 140 | 261 | 4 | 56 | 0 | 37 | 447 | 42 | 66 |
| Binary | 10101010 | 1100000 | 10110001 | 100 | 101110 | 0 | 11111 | 100100111 | 100010 | 110110 |
Color Harmonies of #AA60B1
Complementary color
Monochromatic Colors of #AA60B1
Black with #AA60B1
Text Example
Text Example
White with #AA60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60B1; }
p { color: rgb(170,96,177); }
H1.HeaderClassName
{
color: #AA60B1;
}
.AnyTagClassName
{
color: #AA60B1;
}
</style>
background-color css
<style>
a { background-color: #AA60B1; }
a { background-color: rgb(170,96,177); }
div.DivClassName
{
background-color: #AA60B1;
}
.BgClassName
{
background-color: #AA60B1;
}
</style>
border-color css
<style>
span { border-color: #AA60B1; }
span { border-color: rgb(170,96,177); }
td.TdClassName
{
border-color: #AA60B1;
}
.TagClassName
{
border-color: #AA60B1;
}
</style>