Shades of Violet Blue #AA5DAC
Tints of Violet Blue #AA5DAC
RGB
CMYK
RGB Variations
Color information
#AA5DAC (or 0xAA5DAC) is known color: Violet Blue. HEX triplet: AA, 5D and AC. RGB value is (170,93,172). Sum of RGB (Red+Green+Blue) = 170+93+172=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DAC is #55A253. Grayscale: #7C7C7C. Windows color (decimal): -5612116 or 11296170. OLE color: 11296170.
HSL color Cylindrical-coordinate representation of color #AA5DAC: hue angle of 298.48º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5DAC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 172 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.33 |
| HSL | 298.48º | 0.32% | 0.52% | - |
| HSV(B) | 298.48º | 0.46% | 0.67% | - |
| XYZ | 27.94 | 19.35 | 41.29 | - |
| YUV | 125.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 172 | 0.01 | 0.46 | 0 | 0.33 | 298.48 | 0.32 | 0.52 |
| Hex | AA | 5D | AC | 1 | 2E | 0 | 21 | 12A | 20 | 34 |
| Octal | 252 | 135 | 254 | 1 | 56 | 0 | 41 | 452 | 40 | 64 |
| Binary | 10101010 | 1011101 | 10101100 | 1 | 101110 | 0 | 100001 | 100101010 | 100000 | 110100 |
Color Harmonies of #AA5DAC
Complementary color
Monochromatic Colors of #AA5DAC
Black with #AA5DAC
Text Example
Text Example
White with #AA5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DAC; }
p { color: rgb(170,93,172); }
H1.HeaderClassName
{
color: #AA5DAC;
}
.AnyTagClassName
{
color: #AA5DAC;
}
</style>
background-color css
<style>
a { background-color: #AA5DAC; }
a { background-color: rgb(170,93,172); }
div.DivClassName
{
background-color: #AA5DAC;
}
.BgClassName
{
background-color: #AA5DAC;
}
</style>
border-color css
<style>
span { border-color: #AA5DAC; }
span { border-color: rgb(170,93,172); }
td.TdClassName
{
border-color: #AA5DAC;
}
.TagClassName
{
border-color: #AA5DAC;
}
</style>