Shades of Violet Blue #AA42A8
Tints of Violet Blue #AA42A8
RGB
CMYK
RGB Variations
Color information
#AA42A8 (or 0xAA42A8) is known color: Violet Blue. HEX triplet: AA, 42 and A8. RGB value is (170,66,168). Sum of RGB (Red+Green+Blue) = 170+66+168=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA42A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42A8 is #55BD57. Grayscale: #6C6C6C. Windows color (decimal): -5619032 or 11027114. OLE color: 11027114.
HSL color Cylindrical-coordinate representation of color #AA42A8: hue angle of 301.15º 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 #AA42A8 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 168 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.33 |
| HSL | 301.15º | 0.44% | 0.46% | - |
| HSV(B) | 301.15º | 0.61% | 0.67% | - |
| XYZ | 25.59 | 15.27 | 38.64 | - |
| YUV | 108.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 168 | 0 | 0.61 | 0.01 | 0.33 | 301.15 | 0.44 | 0.46 |
| Hex | AA | 42 | A8 | 0 | 3D | 1 | 21 | 12D | 2C | 2E |
| Octal | 252 | 102 | 250 | 0 | 75 | 1 | 41 | 455 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10101000 | 0 | 111101 | 1 | 100001 | 100101101 | 101100 | 101110 |
Color Harmonies of #AA42A8
Complementary color
Monochromatic Colors of #AA42A8
Black with #AA42A8
Text Example
Text Example
White with #AA42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA42A8; }
p { color: rgb(170,66,168); }
H1.HeaderClassName
{
color: #AA42A8;
}
.AnyTagClassName
{
color: #AA42A8;
}
</style>
background-color css
<style>
a { background-color: #AA42A8; }
a { background-color: rgb(170,66,168); }
div.DivClassName
{
background-color: #AA42A8;
}
.BgClassName
{
background-color: #AA42A8;
}
</style>
border-color css
<style>
span { border-color: #AA42A8; }
span { border-color: rgb(170,66,168); }
td.TdClassName
{
border-color: #AA42A8;
}
.TagClassName
{
border-color: #AA42A8;
}
</style>