Shades of Violet Blue #AA48A8
Tints of Violet Blue #AA48A8
RGB
CMYK
RGB Variations
Color information
#AA48A8 (or 0xAA48A8) is known color: Violet Blue. HEX triplet: AA, 48 and A8. RGB value is (170,72,168). Sum of RGB (Red+Green+Blue) = 170+72+168=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A8 is #55B757. Grayscale: #6F6F6F. Windows color (decimal): -5617496 or 11028650. OLE color: 11028650.
HSL color Cylindrical-coordinate representation of color #AA48A8: hue angle of 301.22º 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 #AA48A8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 168 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.33 |
| HSL | 301.22º | 0.4% | 0.47% | - |
| HSV(B) | 301.22º | 0.58% | 0.67% | - |
| XYZ | 25.96 | 16.01 | 38.77 | - |
| YUV | 112.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 168 | 0 | 0.58 | 0.01 | 0.33 | 301.22 | 0.4 | 0.47 |
| Hex | AA | 48 | A8 | 0 | 3A | 1 | 21 | 12D | 28 | 2F |
| Octal | 252 | 110 | 250 | 0 | 72 | 1 | 41 | 455 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10101000 | 0 | 111010 | 1 | 100001 | 100101101 | 101000 | 101111 |
Color Harmonies of #AA48A8
Complementary color
Monochromatic Colors of #AA48A8
Black with #AA48A8
Text Example
Text Example
White with #AA48A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48A8; }
p { color: rgb(170,72,168); }
H1.HeaderClassName
{
color: #AA48A8;
}
.AnyTagClassName
{
color: #AA48A8;
}
</style>
background-color css
<style>
a { background-color: #AA48A8; }
a { background-color: rgb(170,72,168); }
div.DivClassName
{
background-color: #AA48A8;
}
.BgClassName
{
background-color: #AA48A8;
}
</style>
border-color css
<style>
span { border-color: #AA48A8; }
span { border-color: rgb(170,72,168); }
td.TdClassName
{
border-color: #AA48A8;
}
.TagClassName
{
border-color: #AA48A8;
}
</style>