Shades of Violet Blue #AA3E9D
Tints of Violet Blue #AA3E9D
RGB
CMYK
RGB Variations
Color information
#AA3E9D (or 0xAA3E9D) is known color: Violet Blue. HEX triplet: AA, 3E and 9D. RGB value is (170,62,157). Sum of RGB (Red+Green+Blue) = 170+62+157=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E9D is #55C162. Grayscale: #686868. Windows color (decimal): -5620067 or 10305194. OLE color: 10305194.
HSL color Cylindrical-coordinate representation of color #AA3E9D: hue angle of 307.22º 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 #AA3E9D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 157 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.33 |
| HSL | 307.22º | 0.47% | 0.45% | - |
| HSV(B) | 307.22º | 0.64% | 0.67% | - |
| XYZ | 24.39 | 14.43 | 33.4 | - |
| YUV | 105.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 157 | 0 | 0.64 | 0.08 | 0.33 | 307.22 | 0.47 | 0.45 |
| Hex | AA | 3E | 9D | 0 | 40 | 8 | 21 | 133 | 2F | 2D |
| Octal | 252 | 76 | 235 | 0 | 100 | 10 | 41 | 463 | 57 | 55 |
| Binary | 10101010 | 111110 | 10011101 | 0 | 1000000 | 1000 | 100001 | 100110011 | 101111 | 101101 |
Color Harmonies of #AA3E9D
Complementary color
Monochromatic Colors of #AA3E9D
Black with #AA3E9D
Text Example
Text Example
White with #AA3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E9D; }
p { color: rgb(170,62,157); }
H1.HeaderClassName
{
color: #AA3E9D;
}
.AnyTagClassName
{
color: #AA3E9D;
}
</style>
background-color css
<style>
a { background-color: #AA3E9D; }
a { background-color: rgb(170,62,157); }
div.DivClassName
{
background-color: #AA3E9D;
}
.BgClassName
{
background-color: #AA3E9D;
}
</style>
border-color css
<style>
span { border-color: #AA3E9D; }
span { border-color: rgb(170,62,157); }
td.TdClassName
{
border-color: #AA3E9D;
}
.TagClassName
{
border-color: #AA3E9D;
}
</style>