Shades of Violet Blue #AA55A8
Tints of Violet Blue #AA55A8
RGB
CMYK
RGB Variations
Color information
#AA55A8 (or 0xAA55A8) is known color: Violet Blue. HEX triplet: AA, 55 and A8. RGB value is (170,85,168). Sum of RGB (Red+Green+Blue) = 170+85+168=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA55A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55A8 is #55AA57. Grayscale: #777777. Windows color (decimal): -5614168 or 11031978. OLE color: 11031978.
HSL color Cylindrical-coordinate representation of color #AA55A8: hue angle of 301.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA55A8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 168 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.33 |
| HSL | 301.41º | 0.33% | 0.5% | - |
| HSV(B) | 301.41º | 0.5% | 0.67% | - |
| XYZ | 26.89 | 17.87 | 39.08 | - |
| YUV | 119.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 168 | 0 | 0.50 | 0.01 | 0.33 | 301.41 | 0.33 | 0.5 |
| Hex | AA | 55 | A8 | 0 | 32 | 1 | 21 | 12D | 21 | 32 |
| Octal | 252 | 125 | 250 | 0 | 62 | 1 | 41 | 455 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10101000 | 0 | 110010 | 1 | 100001 | 100101101 | 100001 | 110010 |
Color Harmonies of #AA55A8
Complementary color
Monochromatic Colors of #AA55A8
Black with #AA55A8
Text Example
Text Example
White with #AA55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55A8; }
p { color: rgb(170,85,168); }
H1.HeaderClassName
{
color: #AA55A8;
}
.AnyTagClassName
{
color: #AA55A8;
}
</style>
background-color css
<style>
a { background-color: #AA55A8; }
a { background-color: rgb(170,85,168); }
div.DivClassName
{
background-color: #AA55A8;
}
.BgClassName
{
background-color: #AA55A8;
}
</style>
border-color css
<style>
span { border-color: #AA55A8; }
span { border-color: rgb(170,85,168); }
td.TdClassName
{
border-color: #AA55A8;
}
.TagClassName
{
border-color: #AA55A8;
}
</style>