Shades of Violet Blue #AA3CA9
Tints of Violet Blue #AA3CA9
RGB
CMYK
RGB Variations
Color information
#AA3CA9 (or 0xAA3CA9) is known color: Violet Blue. HEX triplet: AA, 3C and A9. RGB value is (170,60,169). Sum of RGB (Red+Green+Blue) = 170+60+169=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA9 is #55C356. Grayscale: #686868. Windows color (decimal): -5620567 or 11091114. OLE color: 11091114.
HSL color Cylindrical-coordinate representation of color #AA3CA9: hue angle of 300.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3CA9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 169 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.33 |
| HSL | 300.55º | 0.48% | 0.45% | - |
| HSV(B) | 300.55º | 0.65% | 0.67% | - |
| XYZ | 25.35 | 14.64 | 39.03 | - |
| YUV | 105.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 169 | 0 | 0.65 | 0.01 | 0.33 | 300.55 | 0.48 | 0.45 |
| Hex | AA | 3C | A9 | 0 | 41 | 1 | 21 | 12D | 30 | 2D |
| Octal | 252 | 74 | 251 | 0 | 101 | 1 | 41 | 455 | 60 | 55 |
| Binary | 10101010 | 111100 | 10101001 | 0 | 1000001 | 1 | 100001 | 100101101 | 110000 | 101101 |
Color Harmonies of #AA3CA9
Complementary color
Monochromatic Colors of #AA3CA9
Black with #AA3CA9
Text Example
Text Example
White with #AA3CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CA9; }
p { color: rgb(170,60,169); }
H1.HeaderClassName
{
color: #AA3CA9;
}
.AnyTagClassName
{
color: #AA3CA9;
}
</style>
background-color css
<style>
a { background-color: #AA3CA9; }
a { background-color: rgb(170,60,169); }
div.DivClassName
{
background-color: #AA3CA9;
}
.BgClassName
{
background-color: #AA3CA9;
}
</style>
border-color css
<style>
span { border-color: #AA3CA9; }
span { border-color: rgb(170,60,169); }
td.TdClassName
{
border-color: #AA3CA9;
}
.TagClassName
{
border-color: #AA3CA9;
}
</style>