Shades of Violet Blue #AA3C9E
Tints of Violet Blue #AA3C9E
RGB
CMYK
RGB Variations
Color information
#AA3C9E (or 0xAA3C9E) is known color: Violet Blue. HEX triplet: AA, 3C and 9E. RGB value is (170,60,158). Sum of RGB (Red+Green+Blue) = 170+60+158=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C9E is #55C361. Grayscale: #676767. Windows color (decimal): -5620578 or 10370218. OLE color: 10370218.
HSL color Cylindrical-coordinate representation of color #AA3C9E: hue angle of 306.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 #AA3C9E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 158 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.33 |
| HSL | 306.55º | 0.48% | 0.45% | - |
| HSV(B) | 306.55º | 0.65% | 0.67% | - |
| XYZ | 24.36 | 14.25 | 33.81 | - |
| YUV | 104.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 158 | 0 | 0.65 | 0.07 | 0.33 | 306.55 | 0.48 | 0.45 |
| Hex | AA | 3C | 9E | 0 | 41 | 7 | 21 | 133 | 30 | 2D |
| Octal | 252 | 74 | 236 | 0 | 101 | 7 | 41 | 463 | 60 | 55 |
| Binary | 10101010 | 111100 | 10011110 | 0 | 1000001 | 111 | 100001 | 100110011 | 110000 | 101101 |
Color Harmonies of #AA3C9E
Complementary color
Monochromatic Colors of #AA3C9E
Black with #AA3C9E
Text Example
Text Example
White with #AA3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C9E; }
p { color: rgb(170,60,158); }
H1.HeaderClassName
{
color: #AA3C9E;
}
.AnyTagClassName
{
color: #AA3C9E;
}
</style>
background-color css
<style>
a { background-color: #AA3C9E; }
a { background-color: rgb(170,60,158); }
div.DivClassName
{
background-color: #AA3C9E;
}
.BgClassName
{
background-color: #AA3C9E;
}
</style>
border-color css
<style>
span { border-color: #AA3C9E; }
span { border-color: rgb(170,60,158); }
td.TdClassName
{
border-color: #AA3C9E;
}
.TagClassName
{
border-color: #AA3C9E;
}
</style>