Shades of Violet Blue #AA5AAA
Tints of Violet Blue #AA5AAA
RGB
CMYK
RGB Variations
Color information
#AA5AAA (or 0xAA5AAA) is known color: Violet Blue. HEX triplet: AA, 5A and AA. RGB value is (170,90,170). Sum of RGB (Red+Green+Blue) = 170+90+170=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AAA is #55A555. Grayscale: #7A7A7A. Windows color (decimal): -5612886 or 11164330. OLE color: 11164330.
HSL color Cylindrical-coordinate representation of color #AA5AAA: hue angle of 300º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5AAA is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 170 | - |
| CMYK | 0 | 0.47 | 0 | 0.33 |
| HSL | 300º | 0.32% | 0.51% | - |
| HSV(B) | 300º | 0.47% | 0.67% | - |
| XYZ | 27.49 | 18.76 | 40.2 | - |
| YUV | 123.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 170 | 0 | 0.47 | 0 | 0.33 | 300 | 0.32 | 0.51 |
| Hex | AA | 5A | AA | 0 | 2F | 0 | 21 | 12C | 20 | 33 |
| Octal | 252 | 132 | 252 | 0 | 57 | 0 | 41 | 454 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10101010 | 0 | 101111 | 0 | 100001 | 100101100 | 100000 | 110011 |
Color Harmonies of #AA5AAA
Complementary color
Monochromatic Colors of #AA5AAA
Black with #AA5AAA
Text Example
Text Example
White with #AA5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AAA; }
p { color: rgb(170,90,170); }
H1.HeaderClassName
{
color: #AA5AAA;
}
.AnyTagClassName
{
color: #AA5AAA;
}
</style>
background-color css
<style>
a { background-color: #AA5AAA; }
a { background-color: rgb(170,90,170); }
div.DivClassName
{
background-color: #AA5AAA;
}
.BgClassName
{
background-color: #AA5AAA;
}
</style>
border-color css
<style>
span { border-color: #AA5AAA; }
span { border-color: rgb(170,90,170); }
td.TdClassName
{
border-color: #AA5AAA;
}
.TagClassName
{
border-color: #AA5AAA;
}
</style>