Shades of Medium Red Violet #AA2375
Tints of Medium Red Violet #AA2375
RGB
CMYK
RGB Variations
Color information
#AA2375 (or 0xAA2375) is known color: Medium Red Violet. HEX triplet: AA, 23 and 75. RGB value is (170,35,117). Sum of RGB (Red+Green+Blue) = 170+35+117=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2375 is #55DC8A. Grayscale: #545454. Windows color (decimal): -5627019 or 7676842. OLE color: 7676842.
HSL color Cylindrical-coordinate representation of color #AA2375: hue angle of 323.56º 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 #AA2375 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 117 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.33 |
| HSL | 323.56º | 0.66% | 0.4% | - |
| HSV(B) | 323.56º | 0.79% | 0.67% | - |
| XYZ | 20.39 | 11.03 | 17.88 | - |
| YUV | 84.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 117 | 0 | 0.79 | 0.31 | 0.33 | 323.56 | 0.66 | 0.4 |
| Hex | AA | 23 | 75 | 0 | 4F | 1F | 21 | 144 | 42 | 28 |
| Octal | 252 | 43 | 165 | 0 | 117 | 37 | 41 | 504 | 102 | 50 |
| Binary | 10101010 | 100011 | 1110101 | 0 | 1001111 | 11111 | 100001 | 101000100 | 1000010 | 101000 |
Color Harmonies of #AA2375
Complementary color
Monochromatic Colors of #AA2375
Black with #AA2375
Text Example
Text Example
White with #AA2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2375; }
p { color: rgb(170,35,117); }
H1.HeaderClassName
{
color: #AA2375;
}
.AnyTagClassName
{
color: #AA2375;
}
</style>
background-color css
<style>
a { background-color: #AA2375; }
a { background-color: rgb(170,35,117); }
div.DivClassName
{
background-color: #AA2375;
}
.BgClassName
{
background-color: #AA2375;
}
</style>
border-color css
<style>
span { border-color: #AA2375; }
span { border-color: rgb(170,35,117); }
td.TdClassName
{
border-color: #AA2375;
}
.TagClassName
{
border-color: #AA2375;
}
</style>