Shades of Medium Red Violet #AA2175
Tints of Medium Red Violet #AA2175
RGB
CMYK
RGB Variations
Color information
#AA2175 (or 0xAA2175) is known color: Medium Red Violet. HEX triplet: AA, 21 and 75. RGB value is (170,33,117). Sum of RGB (Red+Green+Blue) = 170+33+117=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2175 is #55DE8A. Grayscale: #535353. Windows color (decimal): -5627531 or 7676330. OLE color: 7676330.
HSL color Cylindrical-coordinate representation of color #AA2175: hue angle of 323.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2175 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 117 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.33 |
| HSL | 323.21º | 0.67% | 0.4% | - |
| HSV(B) | 323.21º | 0.81% | 0.67% | - |
| XYZ | 20.33 | 10.92 | 17.87 | - |
| YUV | 83.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 117 | 0 | 0.81 | 0.31 | 0.33 | 323.21 | 0.67 | 0.4 |
| Hex | AA | 21 | 75 | 0 | 51 | 1F | 21 | 143 | 43 | 28 |
| Octal | 252 | 41 | 165 | 0 | 121 | 37 | 41 | 503 | 103 | 50 |
| Binary | 10101010 | 100001 | 1110101 | 0 | 1010001 | 11111 | 100001 | 101000011 | 1000011 | 101000 |
Color Harmonies of #AA2175
Complementary color
Monochromatic Colors of #AA2175
Black with #AA2175
Text Example
Text Example
White with #AA2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2175; }
p { color: rgb(170,33,117); }
H1.HeaderClassName
{
color: #AA2175;
}
.AnyTagClassName
{
color: #AA2175;
}
</style>
background-color css
<style>
a { background-color: #AA2175; }
a { background-color: rgb(170,33,117); }
div.DivClassName
{
background-color: #AA2175;
}
.BgClassName
{
background-color: #AA2175;
}
</style>
border-color css
<style>
span { border-color: #AA2175; }
span { border-color: rgb(170,33,117); }
td.TdClassName
{
border-color: #AA2175;
}
.TagClassName
{
border-color: #AA2175;
}
</style>