Shades of Violet Blue #AA53A3
Tints of Violet Blue #AA53A3
RGB
CMYK
RGB Variations
Color information
#AA53A3 (or 0xAA53A3) is known color: Violet Blue. HEX triplet: AA, 53 and A3. RGB value is (170,83,163). Sum of RGB (Red+Green+Blue) = 170+83+163=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA53A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA53A3 is #55AC5C. Grayscale: #757575. Windows color (decimal): -5614685 or 10703786. OLE color: 10703786.
HSL color Cylindrical-coordinate representation of color #AA53A3: hue angle of 304.83º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA53A3 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 163 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.33 |
| HSL | 304.83º | 0.34% | 0.5% | - |
| HSV(B) | 304.83º | 0.51% | 0.67% | - |
| XYZ | 26.28 | 17.38 | 36.62 | - |
| YUV | 118.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 163 | 0 | 0.51 | 0.04 | 0.33 | 304.83 | 0.34 | 0.5 |
| Hex | AA | 53 | A3 | 0 | 33 | 4 | 21 | 131 | 22 | 32 |
| Octal | 252 | 123 | 243 | 0 | 63 | 4 | 41 | 461 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10100011 | 0 | 110011 | 100 | 100001 | 100110001 | 100010 | 110010 |
Color Harmonies of #AA53A3
Complementary color
Monochromatic Colors of #AA53A3
Black with #AA53A3
Text Example
Text Example
White with #AA53A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53A3; }
p { color: rgb(170,83,163); }
H1.HeaderClassName
{
color: #AA53A3;
}
.AnyTagClassName
{
color: #AA53A3;
}
</style>
background-color css
<style>
a { background-color: #AA53A3; }
a { background-color: rgb(170,83,163); }
div.DivClassName
{
background-color: #AA53A3;
}
.BgClassName
{
background-color: #AA53A3;
}
</style>
border-color css
<style>
span { border-color: #AA53A3; }
span { border-color: rgb(170,83,163); }
td.TdClassName
{
border-color: #AA53A3;
}
.TagClassName
{
border-color: #AA53A3;
}
</style>