Shades of Violet Blue #AA41A3
Tints of Violet Blue #AA41A3
RGB
CMYK
RGB Variations
Color information
#AA41A3 (or 0xAA41A3) is known color: Violet Blue. HEX triplet: AA, 41 and A3. RGB value is (170,65,163). Sum of RGB (Red+Green+Blue) = 170+65+163=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA41A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41A3 is #55BE5C. Grayscale: #6B6B6B. Windows color (decimal): -5619293 or 10699178. OLE color: 10699178.
HSL color Cylindrical-coordinate representation of color #AA41A3: hue angle of 304º 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 #AA41A3 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 163 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.33 |
| HSL | 304º | 0.45% | 0.46% | - |
| HSV(B) | 304º | 0.62% | 0.67% | - |
| XYZ | 25.08 | 14.97 | 36.22 | - |
| YUV | 107.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 163 | 0 | 0.62 | 0.04 | 0.33 | 304 | 0.45 | 0.46 |
| Hex | AA | 41 | A3 | 0 | 3E | 4 | 21 | 130 | 2D | 2E |
| Octal | 252 | 101 | 243 | 0 | 76 | 4 | 41 | 460 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10100011 | 0 | 111110 | 100 | 100001 | 100110000 | 101101 | 101110 |
Color Harmonies of #AA41A3
Complementary color
Monochromatic Colors of #AA41A3
Black with #AA41A3
Text Example
Text Example
White with #AA41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41A3; }
p { color: rgb(170,65,163); }
H1.HeaderClassName
{
color: #AA41A3;
}
.AnyTagClassName
{
color: #AA41A3;
}
</style>
background-color css
<style>
a { background-color: #AA41A3; }
a { background-color: rgb(170,65,163); }
div.DivClassName
{
background-color: #AA41A3;
}
.BgClassName
{
background-color: #AA41A3;
}
</style>
border-color css
<style>
span { border-color: #AA41A3; }
span { border-color: rgb(170,65,163); }
td.TdClassName
{
border-color: #AA41A3;
}
.TagClassName
{
border-color: #AA41A3;
}
</style>