Shades of Violet Blue #AA5093
Tints of Violet Blue #AA5093
RGB
CMYK
RGB Variations
Color information
#AA5093 (or 0xAA5093) is known color: Violet Blue. HEX triplet: AA, 50 and 93. RGB value is (170,80,147). Sum of RGB (Red+Green+Blue) = 170+80+147=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5093 is #55AF6C. Grayscale: #727272. Windows color (decimal): -5615469 or 9654442. OLE color: 9654442.
HSL color Cylindrical-coordinate representation of color #AA5093: hue angle of 315.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5093 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 147 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.33 |
| HSL | 315.33º | 0.36% | 0.49% | - |
| HSV(B) | 315.33º | 0.53% | 0.67% | - |
| XYZ | 24.71 | 16.39 | 29.46 | - |
| YUV | 114.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 147 | 0 | 0.53 | 0.14 | 0.33 | 315.33 | 0.36 | 0.49 |
| Hex | AA | 50 | 93 | 0 | 35 | E | 21 | 13B | 24 | 31 |
| Octal | 252 | 120 | 223 | 0 | 65 | 16 | 41 | 473 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10010011 | 0 | 110101 | 1110 | 100001 | 100111011 | 100100 | 110001 |
Color Harmonies of #AA5093
Complementary color
Monochromatic Colors of #AA5093
Black with #AA5093
Text Example
Text Example
White with #AA5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5093; }
p { color: rgb(170,80,147); }
H1.HeaderClassName
{
color: #AA5093;
}
.AnyTagClassName
{
color: #AA5093;
}
</style>
background-color css
<style>
a { background-color: #AA5093; }
a { background-color: rgb(170,80,147); }
div.DivClassName
{
background-color: #AA5093;
}
.BgClassName
{
background-color: #AA5093;
}
</style>
border-color css
<style>
span { border-color: #AA5093; }
span { border-color: rgb(170,80,147); }
td.TdClassName
{
border-color: #AA5093;
}
.TagClassName
{
border-color: #AA5093;
}
</style>