Shades of Medium Red Violet #AA2384
Tints of Medium Red Violet #AA2384
RGB
CMYK
RGB Variations
Color information
#AA2384 (or 0xAA2384) is known color: Medium Red Violet. HEX triplet: AA, 23 and 84. RGB value is (170,35,132). Sum of RGB (Red+Green+Blue) = 170+35+132=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2384 is #55DC7B. Grayscale: #565656. Windows color (decimal): -5627004 or 8659882. OLE color: 8659882.
HSL color Cylindrical-coordinate representation of color #AA2384: hue angle of 316.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2384 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 132 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.33 |
| HSL | 316.89º | 0.66% | 0.4% | - |
| HSV(B) | 316.89º | 0.79% | 0.67% | - |
| XYZ | 21.34 | 11.41 | 22.91 | - |
| YUV | 86.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 132 | 0 | 0.79 | 0.22 | 0.33 | 316.89 | 0.66 | 0.4 |
| Hex | AA | 23 | 84 | 0 | 4F | 16 | 21 | 13D | 42 | 28 |
| Octal | 252 | 43 | 204 | 0 | 117 | 26 | 41 | 475 | 102 | 50 |
| Binary | 10101010 | 100011 | 10000100 | 0 | 1001111 | 10110 | 100001 | 100111101 | 1000010 | 101000 |
Color Harmonies of #AA2384
Complementary color
Monochromatic Colors of #AA2384
Black with #AA2384
Text Example
Text Example
White with #AA2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2384; }
p { color: rgb(170,35,132); }
H1.HeaderClassName
{
color: #AA2384;
}
.AnyTagClassName
{
color: #AA2384;
}
</style>
background-color css
<style>
a { background-color: #AA2384; }
a { background-color: rgb(170,35,132); }
div.DivClassName
{
background-color: #AA2384;
}
.BgClassName
{
background-color: #AA2384;
}
</style>
border-color css
<style>
span { border-color: #AA2384; }
span { border-color: rgb(170,35,132); }
td.TdClassName
{
border-color: #AA2384;
}
.TagClassName
{
border-color: #AA2384;
}
</style>