Shades of Medium Red Violet #AA4883
Tints of Medium Red Violet #AA4883
RGB
CMYK
RGB Variations
Color information
#AA4883 (or 0xAA4883) is known color: Medium Red Violet. HEX triplet: AA, 48 and 83. RGB value is (170,72,131). Sum of RGB (Red+Green+Blue) = 170+72+131=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4883 is #55B77C. Grayscale: #6B6B6B. Windows color (decimal): -5617533 or 8603818. OLE color: 8603818.
HSL color Cylindrical-coordinate representation of color #AA4883: hue angle of 323.88º 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 #AA4883 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 131 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.33 |
| HSL | 323.88º | 0.4% | 0.47% | - |
| HSV(B) | 323.88º | 0.58% | 0.67% | - |
| XYZ | 22.99 | 14.82 | 23.12 | - |
| YUV | 108.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 131 | 0 | 0.58 | 0.23 | 0.33 | 323.88 | 0.4 | 0.47 |
| Hex | AA | 48 | 83 | 0 | 3A | 17 | 21 | 144 | 28 | 2F |
| Octal | 252 | 110 | 203 | 0 | 72 | 27 | 41 | 504 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10000011 | 0 | 111010 | 10111 | 100001 | 101000100 | 101000 | 101111 |
Color Harmonies of #AA4883
Complementary color
Monochromatic Colors of #AA4883
Black with #AA4883
Text Example
Text Example
White with #AA4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4883; }
p { color: rgb(170,72,131); }
H1.HeaderClassName
{
color: #AA4883;
}
.AnyTagClassName
{
color: #AA4883;
}
</style>
background-color css
<style>
a { background-color: #AA4883; }
a { background-color: rgb(170,72,131); }
div.DivClassName
{
background-color: #AA4883;
}
.BgClassName
{
background-color: #AA4883;
}
</style>
border-color css
<style>
span { border-color: #AA4883; }
span { border-color: rgb(170,72,131); }
td.TdClassName
{
border-color: #AA4883;
}
.TagClassName
{
border-color: #AA4883;
}
</style>