Shades of Violet Blue #AA5293
Tints of Violet Blue #AA5293
RGB
CMYK
RGB Variations
Color information
#AA5293 (or 0xAA5293) is known color: Violet Blue. HEX triplet: AA, 52 and 93. RGB value is (170,82,147). Sum of RGB (Red+Green+Blue) = 170+82+147=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5293 is #55AD6C. Grayscale: #737373. Windows color (decimal): -5614957 or 9654954. OLE color: 9654954.
HSL color Cylindrical-coordinate representation of color #AA5293: hue angle of 315.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5293 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 147 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.33 |
| HSL | 315.68º | 0.35% | 0.49% | - |
| HSV(B) | 315.68º | 0.52% | 0.67% | - |
| XYZ | 24.86 | 16.69 | 29.51 | - |
| YUV | 115.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 147 | 0 | 0.52 | 0.14 | 0.33 | 315.68 | 0.35 | 0.49 |
| Hex | AA | 52 | 93 | 0 | 34 | E | 21 | 13C | 23 | 31 |
| Octal | 252 | 122 | 223 | 0 | 64 | 16 | 41 | 474 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10010011 | 0 | 110100 | 1110 | 100001 | 100111100 | 100011 | 110001 |
Color Harmonies of #AA5293
Complementary color
Monochromatic Colors of #AA5293
Black with #AA5293
Text Example
Text Example
White with #AA5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5293; }
p { color: rgb(170,82,147); }
H1.HeaderClassName
{
color: #AA5293;
}
.AnyTagClassName
{
color: #AA5293;
}
</style>
background-color css
<style>
a { background-color: #AA5293; }
a { background-color: rgb(170,82,147); }
div.DivClassName
{
background-color: #AA5293;
}
.BgClassName
{
background-color: #AA5293;
}
</style>
border-color css
<style>
span { border-color: #AA5293; }
span { border-color: rgb(170,82,147); }
td.TdClassName
{
border-color: #AA5293;
}
.TagClassName
{
border-color: #AA5293;
}
</style>