Shades of Violet Blue #AA62A6
Tints of Violet Blue #AA62A6
RGB
CMYK
RGB Variations
Color information
#AA62A6 (or 0xAA62A6) is known color: Violet Blue. HEX triplet: AA, 62 and A6. RGB value is (170,98,166). Sum of RGB (Red+Green+Blue) = 170+98+166=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA62A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62A6 is #559D59. Grayscale: #7F7F7F. Windows color (decimal): -5610842 or 10904234. OLE color: 10904234.
HSL color Cylindrical-coordinate representation of color #AA62A6: hue angle of 303.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA62A6 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 166 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.33 |
| HSL | 303.33º | 0.3% | 0.53% | - |
| HSV(B) | 303.33º | 0.42% | 0.67% | - |
| XYZ | 27.83 | 20.03 | 38.48 | - |
| YUV | 127.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 166 | 0 | 0.42 | 0.02 | 0.33 | 303.33 | 0.3 | 0.53 |
| Hex | AA | 62 | A6 | 0 | 2A | 2 | 21 | 12F | 1E | 35 |
| Octal | 252 | 142 | 246 | 0 | 52 | 2 | 41 | 457 | 36 | 65 |
| Binary | 10101010 | 1100010 | 10100110 | 0 | 101010 | 10 | 100001 | 100101111 | 11110 | 110101 |
Color Harmonies of #AA62A6
Complementary color
Monochromatic Colors of #AA62A6
Black with #AA62A6
Text Example
Text Example
White with #AA62A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62A6; }
p { color: rgb(170,98,166); }
H1.HeaderClassName
{
color: #AA62A6;
}
.AnyTagClassName
{
color: #AA62A6;
}
</style>
background-color css
<style>
a { background-color: #AA62A6; }
a { background-color: rgb(170,98,166); }
div.DivClassName
{
background-color: #AA62A6;
}
.BgClassName
{
background-color: #AA62A6;
}
</style>
border-color css
<style>
span { border-color: #AA62A6; }
span { border-color: rgb(170,98,166); }
td.TdClassName
{
border-color: #AA62A6;
}
.TagClassName
{
border-color: #AA62A6;
}
</style>