Shades of Violet Blue #AA42A6
Tints of Violet Blue #AA42A6
RGB
CMYK
RGB Variations
Color information
#AA42A6 (or 0xAA42A6) is known color: Violet Blue. HEX triplet: AA, 42 and A6. RGB value is (170,66,166). Sum of RGB (Red+Green+Blue) = 170+66+166=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA42A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42A6 is #55BD59. Grayscale: #6C6C6C. Windows color (decimal): -5619034 or 10896042. OLE color: 10896042.
HSL color Cylindrical-coordinate representation of color #AA42A6: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA42A6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 166 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.33 |
| HSL | 302.31º | 0.44% | 0.46% | - |
| HSV(B) | 302.31º | 0.61% | 0.67% | - |
| XYZ | 25.41 | 15.2 | 37.67 | - |
| YUV | 108.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 166 | 0 | 0.61 | 0.02 | 0.33 | 302.31 | 0.44 | 0.46 |
| Hex | AA | 42 | A6 | 0 | 3D | 2 | 21 | 12E | 2C | 2E |
| Octal | 252 | 102 | 246 | 0 | 75 | 2 | 41 | 456 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10100110 | 0 | 111101 | 10 | 100001 | 100101110 | 101100 | 101110 |
Color Harmonies of #AA42A6
Complementary color
Monochromatic Colors of #AA42A6
Black with #AA42A6
Text Example
Text Example
White with #AA42A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42A6; }
p { color: rgb(170,66,166); }
H1.HeaderClassName
{
color: #AA42A6;
}
.AnyTagClassName
{
color: #AA42A6;
}
</style>
background-color css
<style>
a { background-color: #AA42A6; }
a { background-color: rgb(170,66,166); }
div.DivClassName
{
background-color: #AA42A6;
}
.BgClassName
{
background-color: #AA42A6;
}
</style>
border-color css
<style>
span { border-color: #AA42A6; }
span { border-color: rgb(170,66,166); }
td.TdClassName
{
border-color: #AA42A6;
}
.TagClassName
{
border-color: #AA42A6;
}
</style>