Shades of Violet Blue #AA4E9D
Tints of Violet Blue #AA4E9D
RGB
CMYK
RGB Variations
Color information
#AA4E9D (or 0xAA4E9D) is known color: Violet Blue. HEX triplet: AA, 4E and 9D. RGB value is (170,78,157). Sum of RGB (Red+Green+Blue) = 170+78+157=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E9D is #55B162. Grayscale: #727272. Windows color (decimal): -5615971 or 10309290. OLE color: 10309290.
HSL color Cylindrical-coordinate representation of color #AA4E9D: hue angle of 308.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E9D is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 157 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.33 |
| HSL | 308.48º | 0.37% | 0.49% | - |
| HSV(B) | 308.48º | 0.54% | 0.67% | - |
| XYZ | 25.39 | 16.43 | 33.73 | - |
| YUV | 114.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 157 | 0 | 0.54 | 0.08 | 0.33 | 308.48 | 0.37 | 0.49 |
| Hex | AA | 4E | 9D | 0 | 36 | 8 | 21 | 134 | 25 | 31 |
| Octal | 252 | 116 | 235 | 0 | 66 | 10 | 41 | 464 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10011101 | 0 | 110110 | 1000 | 100001 | 100110100 | 100101 | 110001 |
Color Harmonies of #AA4E9D
Complementary color
Monochromatic Colors of #AA4E9D
Black with #AA4E9D
Text Example
Text Example
White with #AA4E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E9D; }
p { color: rgb(170,78,157); }
H1.HeaderClassName
{
color: #AA4E9D;
}
.AnyTagClassName
{
color: #AA4E9D;
}
</style>
background-color css
<style>
a { background-color: #AA4E9D; }
a { background-color: rgb(170,78,157); }
div.DivClassName
{
background-color: #AA4E9D;
}
.BgClassName
{
background-color: #AA4E9D;
}
</style>
border-color css
<style>
span { border-color: #AA4E9D; }
span { border-color: rgb(170,78,157); }
td.TdClassName
{
border-color: #AA4E9D;
}
.TagClassName
{
border-color: #AA4E9D;
}
</style>