Shades of Violet Blue #AA5A93
Tints of Violet Blue #AA5A93
RGB
CMYK
RGB Variations
Color information
#AA5A93 (or 0xAA5A93) is known color: Violet Blue. HEX triplet: AA, 5A and 93. RGB value is (170,90,147). Sum of RGB (Red+Green+Blue) = 170+90+147=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A93 is #55A56C. Grayscale: #787878. Windows color (decimal): -5612909 or 9657002. OLE color: 9657002.
HSL color Cylindrical-coordinate representation of color #AA5A93: hue angle of 317.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A93 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 147 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.33 |
| HSL | 317.25º | 0.32% | 0.51% | - |
| HSV(B) | 317.25º | 0.47% | 0.67% | - |
| XYZ | 25.5 | 17.96 | 29.73 | - |
| YUV | 120.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 147 | 0 | 0.47 | 0.14 | 0.33 | 317.25 | 0.32 | 0.51 |
| Hex | AA | 5A | 93 | 0 | 2F | E | 21 | 13D | 20 | 33 |
| Octal | 252 | 132 | 223 | 0 | 57 | 16 | 41 | 475 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10010011 | 0 | 101111 | 1110 | 100001 | 100111101 | 100000 | 110011 |
Color Harmonies of #AA5A93
Complementary color
Monochromatic Colors of #AA5A93
Black with #AA5A93
Text Example
Text Example
White with #AA5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A93; }
p { color: rgb(170,90,147); }
H1.HeaderClassName
{
color: #AA5A93;
}
.AnyTagClassName
{
color: #AA5A93;
}
</style>
background-color css
<style>
a { background-color: #AA5A93; }
a { background-color: rgb(170,90,147); }
div.DivClassName
{
background-color: #AA5A93;
}
.BgClassName
{
background-color: #AA5A93;
}
</style>
border-color css
<style>
span { border-color: #AA5A93; }
span { border-color: rgb(170,90,147); }
td.TdClassName
{
border-color: #AA5A93;
}
.TagClassName
{
border-color: #AA5A93;
}
</style>