Shades of Violet Blue #AA5DAB
Tints of Violet Blue #AA5DAB
RGB
CMYK
RGB Variations
Color information
#AA5DAB (or 0xAA5DAB) is known color: Violet Blue. HEX triplet: AA, 5D and AB. RGB value is (170,93,171). Sum of RGB (Red+Green+Blue) = 170+93+171=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DAB is #55A254. Grayscale: #7C7C7C. Windows color (decimal): -5612117 or 11230634. OLE color: 11230634.
HSL color Cylindrical-coordinate representation of color #AA5DAB: hue angle of 299.23º 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 #AA5DAB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 171 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.33 |
| HSL | 299.23º | 0.32% | 0.52% | - |
| HSV(B) | 299.23º | 0.46% | 0.67% | - |
| XYZ | 27.84 | 19.32 | 40.79 | - |
| YUV | 124.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 171 | 0.01 | 0.46 | 0 | 0.33 | 299.23 | 0.32 | 0.52 |
| Hex | AA | 5D | AB | 1 | 2E | 0 | 21 | 12B | 20 | 34 |
| Octal | 252 | 135 | 253 | 1 | 56 | 0 | 41 | 453 | 40 | 64 |
| Binary | 10101010 | 1011101 | 10101011 | 1 | 101110 | 0 | 100001 | 100101011 | 100000 | 110100 |
Color Harmonies of #AA5DAB
Complementary color
Monochromatic Colors of #AA5DAB
Black with #AA5DAB
Text Example
Text Example
White with #AA5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DAB; }
p { color: rgb(170,93,171); }
H1.HeaderClassName
{
color: #AA5DAB;
}
.AnyTagClassName
{
color: #AA5DAB;
}
</style>
background-color css
<style>
a { background-color: #AA5DAB; }
a { background-color: rgb(170,93,171); }
div.DivClassName
{
background-color: #AA5DAB;
}
.BgClassName
{
background-color: #AA5DAB;
}
</style>
border-color css
<style>
span { border-color: #AA5DAB; }
span { border-color: rgb(170,93,171); }
td.TdClassName
{
border-color: #AA5DAB;
}
.TagClassName
{
border-color: #AA5DAB;
}
</style>