Shades of Violet Blue #AA5CA8
Tints of Violet Blue #AA5CA8
RGB
CMYK
RGB Variations
Color information
#AA5CA8 (or 0xAA5CA8) is known color: Violet Blue. HEX triplet: AA, 5C and A8. RGB value is (170,92,168). Sum of RGB (Red+Green+Blue) = 170+92+168=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CA8 is #55A357. Grayscale: #7B7B7B. Windows color (decimal): -5612376 or 11033770. OLE color: 11033770.
HSL color Cylindrical-coordinate representation of color #AA5CA8: hue angle of 301.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5CA8 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 168 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.33 |
| HSL | 301.54º | 0.31% | 0.51% | - |
| HSV(B) | 301.54º | 0.46% | 0.67% | - |
| XYZ | 27.47 | 19.03 | 39.27 | - |
| YUV | 123.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 168 | 0 | 0.46 | 0.01 | 0.33 | 301.54 | 0.31 | 0.51 |
| Hex | AA | 5C | A8 | 0 | 2E | 1 | 21 | 12E | 1F | 33 |
| Octal | 252 | 134 | 250 | 0 | 56 | 1 | 41 | 456 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10101000 | 0 | 101110 | 1 | 100001 | 100101110 | 11111 | 110011 |
Color Harmonies of #AA5CA8
Complementary color
Monochromatic Colors of #AA5CA8
Black with #AA5CA8
Text Example
Text Example
White with #AA5CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CA8; }
p { color: rgb(170,92,168); }
H1.HeaderClassName
{
color: #AA5CA8;
}
.AnyTagClassName
{
color: #AA5CA8;
}
</style>
background-color css
<style>
a { background-color: #AA5CA8; }
a { background-color: rgb(170,92,168); }
div.DivClassName
{
background-color: #AA5CA8;
}
.BgClassName
{
background-color: #AA5CA8;
}
</style>
border-color css
<style>
span { border-color: #AA5CA8; }
span { border-color: rgb(170,92,168); }
td.TdClassName
{
border-color: #AA5CA8;
}
.TagClassName
{
border-color: #AA5CA8;
}
</style>