Shades of Violet Blue #AA5E93
Tints of Violet Blue #AA5E93
RGB
CMYK
RGB Variations
Color information
#AA5E93 (or 0xAA5E93) is known color: Violet Blue. HEX triplet: AA, 5E and 93. RGB value is (170,94,147). Sum of RGB (Red+Green+Blue) = 170+94+147=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5E93 is #55A16C. Grayscale: #7A7A7A. Windows color (decimal): -5611885 or 9658026. OLE color: 9658026.
HSL color Cylindrical-coordinate representation of color #AA5E93: hue angle of 318.16º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E93 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 147 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.33 |
| HSL | 318.16º | 0.31% | 0.52% | - |
| HSV(B) | 318.16º | 0.45% | 0.67% | - |
| XYZ | 25.85 | 18.66 | 29.84 | - |
| YUV | 122.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 147 | 0 | 0.45 | 0.14 | 0.33 | 318.16 | 0.31 | 0.52 |
| Hex | AA | 5E | 93 | 0 | 2D | E | 21 | 13E | 1F | 34 |
| Octal | 252 | 136 | 223 | 0 | 55 | 16 | 41 | 476 | 37 | 64 |
| Binary | 10101010 | 1011110 | 10010011 | 0 | 101101 | 1110 | 100001 | 100111110 | 11111 | 110100 |
Color Harmonies of #AA5E93
Complementary color
Monochromatic Colors of #AA5E93
Black with #AA5E93
Text Example
Text Example
White with #AA5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E93; }
p { color: rgb(170,94,147); }
H1.HeaderClassName
{
color: #AA5E93;
}
.AnyTagClassName
{
color: #AA5E93;
}
</style>
background-color css
<style>
a { background-color: #AA5E93; }
a { background-color: rgb(170,94,147); }
div.DivClassName
{
background-color: #AA5E93;
}
.BgClassName
{
background-color: #AA5E93;
}
</style>
border-color css
<style>
span { border-color: #AA5E93; }
span { border-color: rgb(170,94,147); }
td.TdClassName
{
border-color: #AA5E93;
}
.TagClassName
{
border-color: #AA5E93;
}
</style>