Shades of Violet Blue #AA60AF
Tints of Violet Blue #AA60AF
RGB
CMYK
RGB Variations
Color information
#AA60AF (or 0xAA60AF) is known color: Violet Blue. HEX triplet: AA, 60 and AF. RGB value is (170,96,175). Sum of RGB (Red+Green+Blue) = 170+96+175=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AF is #559F50. Grayscale: #7E7E7E. Windows color (decimal): -5611345 or 11493546. OLE color: 11493546.
HSL color Cylindrical-coordinate representation of color #AA60AF: hue angle of 296.2º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA60AF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 96 | 175 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.31 |
| HSL | 296.2º | 0.33% | 0.53% | - |
| HSV(B) | 296.2º | 0.45% | 0.69% | - |
| XYZ | 28.5 | 20.01 | 42.92 | - |
| YUV | 127.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 175 | 0.03 | 0.45 | 0 | 0.31 | 296.2 | 0.33 | 0.53 |
| Hex | AA | 60 | AF | 3 | 2D | 0 | 1F | 128 | 21 | 35 |
| Octal | 252 | 140 | 257 | 3 | 55 | 0 | 37 | 450 | 41 | 65 |
| Binary | 10101010 | 1100000 | 10101111 | 11 | 101101 | 0 | 11111 | 100101000 | 100001 | 110101 |
Color Harmonies of #AA60AF
Complementary color
Monochromatic Colors of #AA60AF
Black with #AA60AF
Text Example
Text Example
White with #AA60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60AF; }
p { color: rgb(170,96,175); }
H1.HeaderClassName
{
color: #AA60AF;
}
.AnyTagClassName
{
color: #AA60AF;
}
</style>
background-color css
<style>
a { background-color: #AA60AF; }
a { background-color: rgb(170,96,175); }
div.DivClassName
{
background-color: #AA60AF;
}
.BgClassName
{
background-color: #AA60AF;
}
</style>
border-color css
<style>
span { border-color: #AA60AF; }
span { border-color: rgb(170,96,175); }
td.TdClassName
{
border-color: #AA60AF;
}
.TagClassName
{
border-color: #AA60AF;
}
</style>