Shades of Medium Red Violet #AA4483
Tints of Medium Red Violet #AA4483
RGB
CMYK
RGB Variations
Color information
#AA4483 (or 0xAA4483) is known color: Medium Red Violet. HEX triplet: AA, 44 and 83. RGB value is (170,68,131). Sum of RGB (Red+Green+Blue) = 170+68+131=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4483 is #55BB7C. Grayscale: #696969. Windows color (decimal): -5618557 or 8602794. OLE color: 8602794.
HSL color Cylindrical-coordinate representation of color #AA4483: hue angle of 322.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4483 is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 131 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.33 |
| HSL | 322.94º | 0.43% | 0.47% | - |
| HSV(B) | 322.94º | 0.6% | 0.67% | - |
| XYZ | 22.74 | 14.32 | 23.04 | - |
| YUV | 105.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 131 | 0 | 0.6 | 0.23 | 0.33 | 322.94 | 0.43 | 0.47 |
| Hex | AA | 44 | 83 | 0 | 3C | 17 | 21 | 143 | 2B | 2F |
| Octal | 252 | 104 | 203 | 0 | 74 | 27 | 41 | 503 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10000011 | 0 | 111100 | 10111 | 100001 | 101000011 | 101011 | 101111 |
Color Harmonies of #AA4483
Complementary color
Monochromatic Colors of #AA4483
Black with #AA4483
Text Example
Text Example
White with #AA4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4483; }
p { color: rgb(170,68,131); }
H1.HeaderClassName
{
color: #AA4483;
}
.AnyTagClassName
{
color: #AA4483;
}
</style>
background-color css
<style>
a { background-color: #AA4483; }
a { background-color: rgb(170,68,131); }
div.DivClassName
{
background-color: #AA4483;
}
.BgClassName
{
background-color: #AA4483;
}
</style>
border-color css
<style>
span { border-color: #AA4483; }
span { border-color: rgb(170,68,131); }
td.TdClassName
{
border-color: #AA4483;
}
.TagClassName
{
border-color: #AA4483;
}
</style>