Shades of Violet Blue #AA54A8
Tints of Violet Blue #AA54A8
RGB
CMYK
RGB Variations
Color information
#AA54A8 (or 0xAA54A8) is known color: Violet Blue. HEX triplet: AA, 54 and A8. RGB value is (170,84,168). Sum of RGB (Red+Green+Blue) = 170+84+168=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA54A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54A8 is #55AB57. Grayscale: #777777. Windows color (decimal): -5614424 or 11031722. OLE color: 11031722.
HSL color Cylindrical-coordinate representation of color #AA54A8: hue angle of 301.4º 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 #AA54A8 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 168 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.33 |
| HSL | 301.4º | 0.34% | 0.5% | - |
| HSV(B) | 301.4º | 0.51% | 0.67% | - |
| XYZ | 26.82 | 17.71 | 39.05 | - |
| YUV | 119.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 168 | 0 | 0.51 | 0.01 | 0.33 | 301.4 | 0.34 | 0.5 |
| Hex | AA | 54 | A8 | 0 | 33 | 1 | 21 | 12D | 22 | 32 |
| Octal | 252 | 124 | 250 | 0 | 63 | 1 | 41 | 455 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10101000 | 0 | 110011 | 1 | 100001 | 100101101 | 100010 | 110010 |
Color Harmonies of #AA54A8
Complementary color
Monochromatic Colors of #AA54A8
Black with #AA54A8
Text Example
Text Example
White with #AA54A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54A8; }
p { color: rgb(170,84,168); }
H1.HeaderClassName
{
color: #AA54A8;
}
.AnyTagClassName
{
color: #AA54A8;
}
</style>
background-color css
<style>
a { background-color: #AA54A8; }
a { background-color: rgb(170,84,168); }
div.DivClassName
{
background-color: #AA54A8;
}
.BgClassName
{
background-color: #AA54A8;
}
</style>
border-color css
<style>
span { border-color: #AA54A8; }
span { border-color: rgb(170,84,168); }
td.TdClassName
{
border-color: #AA54A8;
}
.TagClassName
{
border-color: #AA54A8;
}
</style>