Shades of Violet Blue #AA60A6
Tints of Violet Blue #AA60A6
RGB
CMYK
RGB Variations
Color information
#AA60A6 (or 0xAA60A6) is known color: Violet Blue. HEX triplet: AA, 60 and A6. RGB value is (170,96,166). Sum of RGB (Red+Green+Blue) = 170+96+166=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA60A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60A6 is #559F59. Grayscale: #7D7D7D. Windows color (decimal): -5611354 or 10903722. OLE color: 10903722.
HSL color Cylindrical-coordinate representation of color #AA60A6: hue angle of 303.24º 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 #AA60A6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 166 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.33 |
| HSL | 303.24º | 0.3% | 0.52% | - |
| HSV(B) | 303.24º | 0.44% | 0.67% | - |
| XYZ | 27.64 | 19.66 | 38.42 | - |
| YUV | 126.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 166 | 0 | 0.44 | 0.02 | 0.33 | 303.24 | 0.3 | 0.52 |
| Hex | AA | 60 | A6 | 0 | 2C | 2 | 21 | 12F | 1E | 34 |
| Octal | 252 | 140 | 246 | 0 | 54 | 2 | 41 | 457 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10100110 | 0 | 101100 | 10 | 100001 | 100101111 | 11110 | 110100 |
Color Harmonies of #AA60A6
Complementary color
Monochromatic Colors of #AA60A6
Black with #AA60A6
Text Example
Text Example
White with #AA60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60A6; }
p { color: rgb(170,96,166); }
H1.HeaderClassName
{
color: #AA60A6;
}
.AnyTagClassName
{
color: #AA60A6;
}
</style>
background-color css
<style>
a { background-color: #AA60A6; }
a { background-color: rgb(170,96,166); }
div.DivClassName
{
background-color: #AA60A6;
}
.BgClassName
{
background-color: #AA60A6;
}
</style>
border-color css
<style>
span { border-color: #AA60A6; }
span { border-color: rgb(170,96,166); }
td.TdClassName
{
border-color: #AA60A6;
}
.TagClassName
{
border-color: #AA60A6;
}
</style>