Shades of Medium Red Violet #AA478C
Tints of Medium Red Violet #AA478C
RGB
CMYK
RGB Variations
Color information
#AA478C (or 0xAA478C) is known color: Medium Red Violet. HEX triplet: AA, 47 and 8C. RGB value is (170,71,140). Sum of RGB (Red+Green+Blue) = 170+71+140=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478C is #55B873. Grayscale: #6C6C6C. Windows color (decimal): -5617780 or 9193386. OLE color: 9193386.
HSL color Cylindrical-coordinate representation of color #AA478C: hue angle of 318.18º degrees, saturation: 0.41, 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 #AA478C is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 140 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.33 |
| HSL | 318.18º | 0.41% | 0.47% | - |
| HSV(B) | 318.18º | 0.58% | 0.67% | - |
| XYZ | 23.56 | 14.95 | 26.45 | - |
| YUV | 108.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 140 | 0 | 0.58 | 0.18 | 0.33 | 318.18 | 0.41 | 0.47 |
| Hex | AA | 47 | 8C | 0 | 3A | 12 | 21 | 13E | 29 | 2F |
| Octal | 252 | 107 | 214 | 0 | 72 | 22 | 41 | 476 | 51 | 57 |
| Binary | 10101010 | 1000111 | 10001100 | 0 | 111010 | 10010 | 100001 | 100111110 | 101001 | 101111 |
Color Harmonies of #AA478C
Complementary color
Monochromatic Colors of #AA478C
Black with #AA478C
Text Example
Text Example
White with #AA478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA478C; }
p { color: rgb(170,71,140); }
H1.HeaderClassName
{
color: #AA478C;
}
.AnyTagClassName
{
color: #AA478C;
}
</style>
background-color css
<style>
a { background-color: #AA478C; }
a { background-color: rgb(170,71,140); }
div.DivClassName
{
background-color: #AA478C;
}
.BgClassName
{
background-color: #AA478C;
}
</style>
border-color css
<style>
span { border-color: #AA478C; }
span { border-color: rgb(170,71,140); }
td.TdClassName
{
border-color: #AA478C;
}
.TagClassName
{
border-color: #AA478C;
}
</style>