Shades of Medium Red Violet #AA2385
Tints of Medium Red Violet #AA2385
RGB
CMYK
RGB Variations
Color information
#AA2385 (or 0xAA2385) is known color: Medium Red Violet. HEX triplet: AA, 23 and 85. RGB value is (170,35,133). Sum of RGB (Red+Green+Blue) = 170+35+133=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2385 is #55DC7A. Grayscale: #565656. Windows color (decimal): -5627003 or 8725418. OLE color: 8725418.
HSL color Cylindrical-coordinate representation of color #AA2385: hue angle of 316.44º 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 #AA2385 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 133 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.33 |
| HSL | 316.44º | 0.66% | 0.4% | - |
| HSV(B) | 316.44º | 0.79% | 0.67% | - |
| XYZ | 21.41 | 11.44 | 23.27 | - |
| YUV | 86.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 133 | 0 | 0.79 | 0.22 | 0.33 | 316.44 | 0.66 | 0.4 |
| Hex | AA | 23 | 85 | 0 | 4F | 16 | 21 | 13C | 42 | 28 |
| Octal | 252 | 43 | 205 | 0 | 117 | 26 | 41 | 474 | 102 | 50 |
| Binary | 10101010 | 100011 | 10000101 | 0 | 1001111 | 10110 | 100001 | 100111100 | 1000010 | 101000 |
Color Harmonies of #AA2385
Complementary color
Monochromatic Colors of #AA2385
Black with #AA2385
Text Example
Text Example
White with #AA2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2385; }
p { color: rgb(170,35,133); }
H1.HeaderClassName
{
color: #AA2385;
}
.AnyTagClassName
{
color: #AA2385;
}
</style>
background-color css
<style>
a { background-color: #AA2385; }
a { background-color: rgb(170,35,133); }
div.DivClassName
{
background-color: #AA2385;
}
.BgClassName
{
background-color: #AA2385;
}
</style>
border-color css
<style>
span { border-color: #AA2385; }
span { border-color: rgb(170,35,133); }
td.TdClassName
{
border-color: #AA2385;
}
.TagClassName
{
border-color: #AA2385;
}
</style>