Shades of Medium Red Violet #AA4384
Tints of Medium Red Violet #AA4384
RGB
CMYK
RGB Variations
Color information
#AA4384 (or 0xAA4384) is known color: Medium Red Violet. HEX triplet: AA, 43 and 84. RGB value is (170,67,132). Sum of RGB (Red+Green+Blue) = 170+67+132=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4384 is #55BC7B. Grayscale: #696969. Windows color (decimal): -5618812 or 8668074. OLE color: 8668074.
HSL color Cylindrical-coordinate representation of color #AA4384: hue angle of 322.14º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4384 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 132 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.33 |
| HSL | 322.14º | 0.43% | 0.46% | - |
| HSV(B) | 322.14º | 0.61% | 0.67% | - |
| XYZ | 22.75 | 14.23 | 23.38 | - |
| YUV | 105.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 132 | 0 | 0.61 | 0.22 | 0.33 | 322.14 | 0.43 | 0.46 |
| Hex | AA | 43 | 84 | 0 | 3D | 16 | 21 | 142 | 2B | 2E |
| Octal | 252 | 103 | 204 | 0 | 75 | 26 | 41 | 502 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10000100 | 0 | 111101 | 10110 | 100001 | 101000010 | 101011 | 101110 |
Color Harmonies of #AA4384
Complementary color
Monochromatic Colors of #AA4384
Black with #AA4384
Text Example
Text Example
White with #AA4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4384; }
p { color: rgb(170,67,132); }
H1.HeaderClassName
{
color: #AA4384;
}
.AnyTagClassName
{
color: #AA4384;
}
</style>
background-color css
<style>
a { background-color: #AA4384; }
a { background-color: rgb(170,67,132); }
div.DivClassName
{
background-color: #AA4384;
}
.BgClassName
{
background-color: #AA4384;
}
</style>
border-color css
<style>
span { border-color: #AA4384; }
span { border-color: rgb(170,67,132); }
td.TdClassName
{
border-color: #AA4384;
}
.TagClassName
{
border-color: #AA4384;
}
</style>