Shades of Violet Blue #AA48A2
Tints of Violet Blue #AA48A2
RGB
CMYK
RGB Variations
Color information
#AA48A2 (or 0xAA48A2) is known color: Violet Blue. HEX triplet: AA, 48 and A2. RGB value is (170,72,162). Sum of RGB (Red+Green+Blue) = 170+72+162=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A2 is #55B75D. Grayscale: #6F6F6F. Windows color (decimal): -5617502 or 10635434. OLE color: 10635434.
HSL color Cylindrical-coordinate representation of color #AA48A2: hue angle of 304.9º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA48A2 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 162 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.33 |
| HSL | 304.9º | 0.4% | 0.47% | - |
| HSV(B) | 304.9º | 0.58% | 0.67% | - |
| XYZ | 25.42 | 15.79 | 35.89 | - |
| YUV | 111.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 162 | 0 | 0.58 | 0.05 | 0.33 | 304.9 | 0.4 | 0.47 |
| Hex | AA | 48 | A2 | 0 | 3A | 5 | 21 | 131 | 28 | 2F |
| Octal | 252 | 110 | 242 | 0 | 72 | 5 | 41 | 461 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10100010 | 0 | 111010 | 101 | 100001 | 100110001 | 101000 | 101111 |
Color Harmonies of #AA48A2
Complementary color
Monochromatic Colors of #AA48A2
Black with #AA48A2
Text Example
Text Example
White with #AA48A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48A2; }
p { color: rgb(170,72,162); }
H1.HeaderClassName
{
color: #AA48A2;
}
.AnyTagClassName
{
color: #AA48A2;
}
</style>
background-color css
<style>
a { background-color: #AA48A2; }
a { background-color: rgb(170,72,162); }
div.DivClassName
{
background-color: #AA48A2;
}
.BgClassName
{
background-color: #AA48A2;
}
</style>
border-color css
<style>
span { border-color: #AA48A2; }
span { border-color: rgb(170,72,162); }
td.TdClassName
{
border-color: #AA48A2;
}
.TagClassName
{
border-color: #AA48A2;
}
</style>