Shades of Medium Red Violet #AA4484
Tints of Medium Red Violet #AA4484
RGB
CMYK
RGB Variations
Color information
#AA4484 (or 0xAA4484) is known color: Medium Red Violet. HEX triplet: AA, 44 and 84. RGB value is (170,68,132). Sum of RGB (Red+Green+Blue) = 170+68+132=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4484 is #55BB7B. Grayscale: #696969. Windows color (decimal): -5618556 or 8668330. OLE color: 8668330.
HSL color Cylindrical-coordinate representation of color #AA4484: hue angle of 322.35º 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 #AA4484 is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 132 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.33 |
| HSL | 322.35º | 0.43% | 0.47% | - |
| HSV(B) | 322.35º | 0.6% | 0.67% | - |
| XYZ | 22.81 | 14.35 | 23.4 | - |
| YUV | 105.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 132 | 0 | 0.6 | 0.22 | 0.33 | 322.35 | 0.43 | 0.47 |
| Hex | AA | 44 | 84 | 0 | 3C | 16 | 21 | 142 | 2B | 2F |
| Octal | 252 | 104 | 204 | 0 | 74 | 26 | 41 | 502 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10000100 | 0 | 111100 | 10110 | 100001 | 101000010 | 101011 | 101111 |
Color Harmonies of #AA4484
Complementary color
Monochromatic Colors of #AA4484
Black with #AA4484
Text Example
Text Example
White with #AA4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4484; }
p { color: rgb(170,68,132); }
H1.HeaderClassName
{
color: #AA4484;
}
.AnyTagClassName
{
color: #AA4484;
}
</style>
background-color css
<style>
a { background-color: #AA4484; }
a { background-color: rgb(170,68,132); }
div.DivClassName
{
background-color: #AA4484;
}
.BgClassName
{
background-color: #AA4484;
}
</style>
border-color css
<style>
span { border-color: #AA4484; }
span { border-color: rgb(170,68,132); }
td.TdClassName
{
border-color: #AA4484;
}
.TagClassName
{
border-color: #AA4484;
}
</style>