Shades of Violet Blue #AA4895
Tints of Violet Blue #AA4895
RGB
CMYK
RGB Variations
Color information
#AA4895 (or 0xAA4895) is known color: Violet Blue. HEX triplet: AA, 48 and 95. RGB value is (170,72,149). Sum of RGB (Red+Green+Blue) = 170+72+149=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4895 is #55B76A. Grayscale: #6D6D6D. Windows color (decimal): -5617515 or 9783466. OLE color: 9783466.
HSL color Cylindrical-coordinate representation of color #AA4895: hue angle of 312.86º 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 #AA4895 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 149 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.33 |
| HSL | 312.86º | 0.4% | 0.47% | - |
| HSV(B) | 312.86º | 0.58% | 0.67% | - |
| XYZ | 24.32 | 15.35 | 30.11 | - |
| YUV | 110.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 149 | 0 | 0.58 | 0.12 | 0.33 | 312.86 | 0.4 | 0.47 |
| Hex | AA | 48 | 95 | 0 | 3A | C | 21 | 139 | 28 | 2F |
| Octal | 252 | 110 | 225 | 0 | 72 | 14 | 41 | 471 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10010101 | 0 | 111010 | 1100 | 100001 | 100111001 | 101000 | 101111 |
Color Harmonies of #AA4895
Complementary color
Monochromatic Colors of #AA4895
Black with #AA4895
Text Example
Text Example
White with #AA4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4895; }
p { color: rgb(170,72,149); }
H1.HeaderClassName
{
color: #AA4895;
}
.AnyTagClassName
{
color: #AA4895;
}
</style>
background-color css
<style>
a { background-color: #AA4895; }
a { background-color: rgb(170,72,149); }
div.DivClassName
{
background-color: #AA4895;
}
.BgClassName
{
background-color: #AA4895;
}
</style>
border-color css
<style>
span { border-color: #AA4895; }
span { border-color: rgb(170,72,149); }
td.TdClassName
{
border-color: #AA4895;
}
.TagClassName
{
border-color: #AA4895;
}
</style>