Shades of Violet Blue #AA3CAA
Tints of Violet Blue #AA3CAA
RGB
CMYK
RGB Variations
Color information
#AA3CAA (or 0xAA3CAA) is known color: Violet Blue. HEX triplet: AA, 3C and AA. RGB value is (170,60,170). Sum of RGB (Red+Green+Blue) = 170+60+170=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3CAA is #55C355. Grayscale: #696969. Windows color (decimal): -5620566 or 11156650. OLE color: 11156650.
HSL color Cylindrical-coordinate representation of color #AA3CAA: hue angle of 300º 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 #AA3CAA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 170 | - |
| CMYK | 0 | 0.65 | 0 | 0.33 |
| HSL | 300º | 0.48% | 0.45% | - |
| HSV(B) | 300º | 0.65% | 0.67% | - |
| XYZ | 25.45 | 14.68 | 39.52 | - |
| YUV | 105.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 170 | 0 | 0.65 | 0 | 0.33 | 300 | 0.48 | 0.45 |
| Hex | AA | 3C | AA | 0 | 41 | 0 | 21 | 12C | 30 | 2D |
| Octal | 252 | 74 | 252 | 0 | 101 | 0 | 41 | 454 | 60 | 55 |
| Binary | 10101010 | 111100 | 10101010 | 0 | 1000001 | 0 | 100001 | 100101100 | 110000 | 101101 |
Color Harmonies of #AA3CAA
Complementary color
Monochromatic Colors of #AA3CAA
Black with #AA3CAA
Text Example
Text Example
White with #AA3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CAA; }
p { color: rgb(170,60,170); }
H1.HeaderClassName
{
color: #AA3CAA;
}
.AnyTagClassName
{
color: #AA3CAA;
}
</style>
background-color css
<style>
a { background-color: #AA3CAA; }
a { background-color: rgb(170,60,170); }
div.DivClassName
{
background-color: #AA3CAA;
}
.BgClassName
{
background-color: #AA3CAA;
}
</style>
border-color css
<style>
span { border-color: #AA3CAA; }
span { border-color: rgb(170,60,170); }
td.TdClassName
{
border-color: #AA3CAA;
}
.TagClassName
{
border-color: #AA3CAA;
}
</style>