Shades of Violet Blue #AA48A7
Tints of Violet Blue #AA48A7
RGB
CMYK
RGB Variations
Color information
#AA48A7 (or 0xAA48A7) is known color: Violet Blue. HEX triplet: AA, 48 and A7. RGB value is (170,72,167). Sum of RGB (Red+Green+Blue) = 170+72+167=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A7 is #55B758. Grayscale: #6F6F6F. Windows color (decimal): -5617497 or 10963114. OLE color: 10963114.
HSL color Cylindrical-coordinate representation of color #AA48A7: hue angle of 301.84º 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 #AA48A7 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 167 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.33 |
| HSL | 301.84º | 0.4% | 0.47% | - |
| HSV(B) | 301.84º | 0.58% | 0.67% | - |
| XYZ | 25.87 | 15.97 | 38.28 | - |
| YUV | 112.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 167 | 0 | 0.58 | 0.02 | 0.33 | 301.84 | 0.4 | 0.47 |
| Hex | AA | 48 | A7 | 0 | 3A | 2 | 21 | 12E | 28 | 2F |
| Octal | 252 | 110 | 247 | 0 | 72 | 2 | 41 | 456 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10100111 | 0 | 111010 | 10 | 100001 | 100101110 | 101000 | 101111 |
Color Harmonies of #AA48A7
Complementary color
Monochromatic Colors of #AA48A7
Black with #AA48A7
Text Example
Text Example
White with #AA48A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48A7; }
p { color: rgb(170,72,167); }
H1.HeaderClassName
{
color: #AA48A7;
}
.AnyTagClassName
{
color: #AA48A7;
}
</style>
background-color css
<style>
a { background-color: #AA48A7; }
a { background-color: rgb(170,72,167); }
div.DivClassName
{
background-color: #AA48A7;
}
.BgClassName
{
background-color: #AA48A7;
}
</style>
border-color css
<style>
span { border-color: #AA48A7; }
span { border-color: rgb(170,72,167); }
td.TdClassName
{
border-color: #AA48A7;
}
.TagClassName
{
border-color: #AA48A7;
}
</style>