Shades of Medium Red Violet #AA4888
Tints of Medium Red Violet #AA4888
RGB
CMYK
RGB Variations
Color information
#AA4888 (or 0xAA4888) is known color: Medium Red Violet. HEX triplet: AA, 48 and 88. RGB value is (170,72,136). Sum of RGB (Red+Green+Blue) = 170+72+136=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4888 is #55B777. Grayscale: #6C6C6C. Windows color (decimal): -5617528 or 8931498. OLE color: 8931498.
HSL color Cylindrical-coordinate representation of color #AA4888: hue angle of 320.82º 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 #AA4888 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 136 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.33 |
| HSL | 320.82º | 0.4% | 0.47% | - |
| HSV(B) | 320.82º | 0.58% | 0.67% | - |
| XYZ | 23.34 | 14.96 | 24.95 | - |
| YUV | 108.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 136 | 0 | 0.58 | 0.20 | 0.33 | 320.82 | 0.4 | 0.47 |
| Hex | AA | 48 | 88 | 0 | 3A | 14 | 21 | 141 | 28 | 2F |
| Octal | 252 | 110 | 210 | 0 | 72 | 24 | 41 | 501 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10001000 | 0 | 111010 | 10100 | 100001 | 101000001 | 101000 | 101111 |
Color Harmonies of #AA4888
Complementary color
Monochromatic Colors of #AA4888
Black with #AA4888
Text Example
Text Example
White with #AA4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4888; }
p { color: rgb(170,72,136); }
H1.HeaderClassName
{
color: #AA4888;
}
.AnyTagClassName
{
color: #AA4888;
}
</style>
background-color css
<style>
a { background-color: #AA4888; }
a { background-color: rgb(170,72,136); }
div.DivClassName
{
background-color: #AA4888;
}
.BgClassName
{
background-color: #AA4888;
}
</style>
border-color css
<style>
span { border-color: #AA4888; }
span { border-color: rgb(170,72,136); }
td.TdClassName
{
border-color: #AA4888;
}
.TagClassName
{
border-color: #AA4888;
}
</style>