Shades of Violet Blue #AA3E9E
Tints of Violet Blue #AA3E9E
RGB
CMYK
RGB Variations
Color information
#AA3E9E (or 0xAA3E9E) is known color: Violet Blue. HEX triplet: AA, 3E and 9E. RGB value is (170,62,158). Sum of RGB (Red+Green+Blue) = 170+62+158=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E9E is #55C161. Grayscale: #686868. Windows color (decimal): -5620066 or 10370730. OLE color: 10370730.
HSL color Cylindrical-coordinate representation of color #AA3E9E: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E9E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 158 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.33 |
| HSL | 306.67º | 0.47% | 0.45% | - |
| HSV(B) | 306.67º | 0.64% | 0.67% | - |
| XYZ | 24.47 | 14.46 | 33.85 | - |
| YUV | 105.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 158 | 0 | 0.64 | 0.07 | 0.33 | 306.67 | 0.47 | 0.45 |
| Hex | AA | 3E | 9E | 0 | 40 | 7 | 21 | 133 | 2F | 2D |
| Octal | 252 | 76 | 236 | 0 | 100 | 7 | 41 | 463 | 57 | 55 |
| Binary | 10101010 | 111110 | 10011110 | 0 | 1000000 | 111 | 100001 | 100110011 | 101111 | 101101 |
Color Harmonies of #AA3E9E
Complementary color
Monochromatic Colors of #AA3E9E
Black with #AA3E9E
Text Example
Text Example
White with #AA3E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E9E; }
p { color: rgb(170,62,158); }
H1.HeaderClassName
{
color: #AA3E9E;
}
.AnyTagClassName
{
color: #AA3E9E;
}
</style>
background-color css
<style>
a { background-color: #AA3E9E; }
a { background-color: rgb(170,62,158); }
div.DivClassName
{
background-color: #AA3E9E;
}
.BgClassName
{
background-color: #AA3E9E;
}
</style>
border-color css
<style>
span { border-color: #AA3E9E; }
span { border-color: rgb(170,62,158); }
td.TdClassName
{
border-color: #AA3E9E;
}
.TagClassName
{
border-color: #AA3E9E;
}
</style>