Shades of Violet Blue #AA48A5
Tints of Violet Blue #AA48A5
RGB
CMYK
RGB Variations
Color information
#AA48A5 (or 0xAA48A5) is known color: Violet Blue. HEX triplet: AA, 48 and A5. RGB value is (170,72,165). Sum of RGB (Red+Green+Blue) = 170+72+165=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A5 is #55B75A. Grayscale: #6F6F6F. Windows color (decimal): -5617499 or 10832042. OLE color: 10832042.
HSL color Cylindrical-coordinate representation of color #AA48A5: hue angle of 303.06º 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 #AA48A5 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 165 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.33 |
| HSL | 303.06º | 0.4% | 0.47% | - |
| HSV(B) | 303.06º | 0.58% | 0.67% | - |
| XYZ | 25.69 | 15.9 | 37.31 | - |
| YUV | 111.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 165 | 0 | 0.58 | 0.03 | 0.33 | 303.06 | 0.4 | 0.47 |
| Hex | AA | 48 | A5 | 0 | 3A | 3 | 21 | 12F | 28 | 2F |
| Octal | 252 | 110 | 245 | 0 | 72 | 3 | 41 | 457 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10100101 | 0 | 111010 | 11 | 100001 | 100101111 | 101000 | 101111 |
Color Harmonies of #AA48A5
Complementary color
Monochromatic Colors of #AA48A5
Black with #AA48A5
Text Example
Text Example
White with #AA48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA48A5; }
p { color: rgb(170,72,165); }
H1.HeaderClassName
{
color: #AA48A5;
}
.AnyTagClassName
{
color: #AA48A5;
}
</style>
background-color css
<style>
a { background-color: #AA48A5; }
a { background-color: rgb(170,72,165); }
div.DivClassName
{
background-color: #AA48A5;
}
.BgClassName
{
background-color: #AA48A5;
}
</style>
border-color css
<style>
span { border-color: #AA48A5; }
span { border-color: rgb(170,72,165); }
td.TdClassName
{
border-color: #AA48A5;
}
.TagClassName
{
border-color: #AA48A5;
}
</style>