Shades of Violet Blue #AA5DA2
Tints of Violet Blue #AA5DA2
RGB
CMYK
RGB Variations
Color information
#AA5DA2 (or 0xAA5DA2) is known color: Violet Blue. HEX triplet: AA, 5D and A2. RGB value is (170,93,162). Sum of RGB (Red+Green+Blue) = 170+93+162=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DA2 is #55A25D. Grayscale: #7B7B7B. Windows color (decimal): -5612126 or 10640810. OLE color: 10640810.
HSL color Cylindrical-coordinate representation of color #AA5DA2: hue angle of 306.23º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5DA2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 162 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.33 |
| HSL | 306.23º | 0.31% | 0.52% | - |
| HSV(B) | 306.23º | 0.45% | 0.67% | - |
| XYZ | 27.01 | 18.98 | 36.42 | - |
| YUV | 123.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 162 | 0 | 0.45 | 0.05 | 0.33 | 306.23 | 0.31 | 0.52 |
| Hex | AA | 5D | A2 | 0 | 2D | 5 | 21 | 132 | 1F | 34 |
| Octal | 252 | 135 | 242 | 0 | 55 | 5 | 41 | 462 | 37 | 64 |
| Binary | 10101010 | 1011101 | 10100010 | 0 | 101101 | 101 | 100001 | 100110010 | 11111 | 110100 |
Color Harmonies of #AA5DA2
Complementary color
Monochromatic Colors of #AA5DA2
Black with #AA5DA2
Text Example
Text Example
White with #AA5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DA2; }
p { color: rgb(170,93,162); }
H1.HeaderClassName
{
color: #AA5DA2;
}
.AnyTagClassName
{
color: #AA5DA2;
}
</style>
background-color css
<style>
a { background-color: #AA5DA2; }
a { background-color: rgb(170,93,162); }
div.DivClassName
{
background-color: #AA5DA2;
}
.BgClassName
{
background-color: #AA5DA2;
}
</style>
border-color css
<style>
span { border-color: #AA5DA2; }
span { border-color: rgb(170,93,162); }
td.TdClassName
{
border-color: #AA5DA2;
}
.TagClassName
{
border-color: #AA5DA2;
}
</style>