Shades of Medium Red Violet #AA2095
Tints of Medium Red Violet #AA2095
RGB
CMYK
RGB Variations
Color information
#AA2095 (or 0xAA2095) is known color: Medium Red Violet. HEX triplet: AA, 20 and 95. RGB value is (170,32,149). Sum of RGB (Red+Green+Blue) = 170+32+149=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2095 is #55DF6A. Grayscale: #565656. Windows color (decimal): -5627755 or 9773226. OLE color: 9773226.
HSL color Cylindrical-coordinate representation of color #AA2095: hue angle of 309.13º degrees, saturation: 0.68, 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 #AA2095 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 149 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.33 |
| HSL | 309.13º | 0.68% | 0.4% | - |
| HSV(B) | 309.13º | 0.81% | 0.67% | - |
| XYZ | 22.52 | 11.75 | 29.51 | - |
| YUV | 86.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 149 | 0 | 0.81 | 0.12 | 0.33 | 309.13 | 0.68 | 0.4 |
| Hex | AA | 20 | 95 | 0 | 51 | C | 21 | 135 | 44 | 28 |
| Octal | 252 | 40 | 225 | 0 | 121 | 14 | 41 | 465 | 104 | 50 |
| Binary | 10101010 | 100000 | 10010101 | 0 | 1010001 | 1100 | 100001 | 100110101 | 1000100 | 101000 |
Color Harmonies of #AA2095
Complementary color
Monochromatic Colors of #AA2095
Black with #AA2095
Text Example
Text Example
White with #AA2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2095; }
p { color: rgb(170,32,149); }
H1.HeaderClassName
{
color: #AA2095;
}
.AnyTagClassName
{
color: #AA2095;
}
</style>
background-color css
<style>
a { background-color: #AA2095; }
a { background-color: rgb(170,32,149); }
div.DivClassName
{
background-color: #AA2095;
}
.BgClassName
{
background-color: #AA2095;
}
</style>
border-color css
<style>
span { border-color: #AA2095; }
span { border-color: rgb(170,32,149); }
td.TdClassName
{
border-color: #AA2095;
}
.TagClassName
{
border-color: #AA2095;
}
</style>