Shades of Violet Blue #AA41A0
Tints of Violet Blue #AA41A0
RGB
CMYK
RGB Variations
Color information
#AA41A0 (or 0xAA41A0) is known color: Violet Blue. HEX triplet: AA, 41 and A0. RGB value is (170,65,160). Sum of RGB (Red+Green+Blue) = 170+65+160=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA41A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41A0 is #55BE5F. Grayscale: #6A6A6A. Windows color (decimal): -5619296 or 10502570. OLE color: 10502570.
HSL color Cylindrical-coordinate representation of color #AA41A0: hue angle of 305.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA41A0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 160 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.33 |
| HSL | 305.71º | 0.45% | 0.46% | - |
| HSV(B) | 305.71º | 0.62% | 0.67% | - |
| XYZ | 24.81 | 14.86 | 34.82 | - |
| YUV | 107.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 160 | 0 | 0.62 | 0.06 | 0.33 | 305.71 | 0.45 | 0.46 |
| Hex | AA | 41 | A0 | 0 | 3E | 6 | 21 | 132 | 2D | 2E |
| Octal | 252 | 101 | 240 | 0 | 76 | 6 | 41 | 462 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10100000 | 0 | 111110 | 110 | 100001 | 100110010 | 101101 | 101110 |
Color Harmonies of #AA41A0
Complementary color
Monochromatic Colors of #AA41A0
Black with #AA41A0
Text Example
Text Example
White with #AA41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41A0; }
p { color: rgb(170,65,160); }
H1.HeaderClassName
{
color: #AA41A0;
}
.AnyTagClassName
{
color: #AA41A0;
}
</style>
background-color css
<style>
a { background-color: #AA41A0; }
a { background-color: rgb(170,65,160); }
div.DivClassName
{
background-color: #AA41A0;
}
.BgClassName
{
background-color: #AA41A0;
}
</style>
border-color css
<style>
span { border-color: #AA41A0; }
span { border-color: rgb(170,65,160); }
td.TdClassName
{
border-color: #AA41A0;
}
.TagClassName
{
border-color: #AA41A0;
}
</style>