Shades of Violet Blue #AA3CA6
Tints of Violet Blue #AA3CA6
RGB
CMYK
RGB Variations
Color information
#AA3CA6 (or 0xAA3CA6) is known color: Violet Blue. HEX triplet: AA, 3C and A6. RGB value is (170,60,166). Sum of RGB (Red+Green+Blue) = 170+60+166=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CA6 is #55C359. Grayscale: #686868. Windows color (decimal): -5620570 or 10894506. OLE color: 10894506.
HSL color Cylindrical-coordinate representation of color #AA3CA6: hue angle of 302.18º 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 #AA3CA6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 166 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.33 |
| HSL | 302.18º | 0.48% | 0.45% | - |
| HSV(B) | 302.18º | 0.65% | 0.67% | - |
| XYZ | 25.08 | 14.53 | 37.56 | - |
| YUV | 104.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 166 | 0 | 0.65 | 0.02 | 0.33 | 302.18 | 0.48 | 0.45 |
| Hex | AA | 3C | A6 | 0 | 41 | 2 | 21 | 12E | 30 | 2D |
| Octal | 252 | 74 | 246 | 0 | 101 | 2 | 41 | 456 | 60 | 55 |
| Binary | 10101010 | 111100 | 10100110 | 0 | 1000001 | 10 | 100001 | 100101110 | 110000 | 101101 |
Color Harmonies of #AA3CA6
Complementary color
Monochromatic Colors of #AA3CA6
Black with #AA3CA6
Text Example
Text Example
White with #AA3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CA6; }
p { color: rgb(170,60,166); }
H1.HeaderClassName
{
color: #AA3CA6;
}
.AnyTagClassName
{
color: #AA3CA6;
}
</style>
background-color css
<style>
a { background-color: #AA3CA6; }
a { background-color: rgb(170,60,166); }
div.DivClassName
{
background-color: #AA3CA6;
}
.BgClassName
{
background-color: #AA3CA6;
}
</style>
border-color css
<style>
span { border-color: #AA3CA6; }
span { border-color: rgb(170,60,166); }
td.TdClassName
{
border-color: #AA3CA6;
}
.TagClassName
{
border-color: #AA3CA6;
}
</style>