Shades of Medium Red Violet #AA488C
Tints of Medium Red Violet #AA488C
RGB
CMYK
RGB Variations
Color information
#AA488C (or 0xAA488C) is known color: Medium Red Violet. HEX triplet: AA, 48 and 8C. RGB value is (170,72,140). Sum of RGB (Red+Green+Blue) = 170+72+140=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA488C is #55B773. Grayscale: #6C6C6C. Windows color (decimal): -5617524 or 9193642. OLE color: 9193642.
HSL color Cylindrical-coordinate representation of color #AA488C: hue angle of 318.37º 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 #AA488C is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 140 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.33 |
| HSL | 318.37º | 0.4% | 0.47% | - |
| HSV(B) | 318.37º | 0.58% | 0.67% | - |
| XYZ | 23.63 | 15.07 | 26.48 | - |
| YUV | 109.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 140 | 0 | 0.58 | 0.18 | 0.33 | 318.37 | 0.4 | 0.47 |
| Hex | AA | 48 | 8C | 0 | 3A | 12 | 21 | 13E | 28 | 2F |
| Octal | 252 | 110 | 214 | 0 | 72 | 22 | 41 | 476 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10001100 | 0 | 111010 | 10010 | 100001 | 100111110 | 101000 | 101111 |
Color Harmonies of #AA488C
Complementary color
Monochromatic Colors of #AA488C
Black with #AA488C
Text Example
Text Example
White with #AA488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA488C; }
p { color: rgb(170,72,140); }
H1.HeaderClassName
{
color: #AA488C;
}
.AnyTagClassName
{
color: #AA488C;
}
</style>
background-color css
<style>
a { background-color: #AA488C; }
a { background-color: rgb(170,72,140); }
div.DivClassName
{
background-color: #AA488C;
}
.BgClassName
{
background-color: #AA488C;
}
</style>
border-color css
<style>
span { border-color: #AA488C; }
span { border-color: rgb(170,72,140); }
td.TdClassName
{
border-color: #AA488C;
}
.TagClassName
{
border-color: #AA488C;
}
</style>