Shades of Medium Red Violet #AA2795
Tints of Medium Red Violet #AA2795
RGB
CMYK
RGB Variations
Color information
#AA2795 (or 0xAA2795) is known color: Medium Red Violet. HEX triplet: AA, 27 and 95. RGB value is (170,39,149). Sum of RGB (Red+Green+Blue) = 170+39+149=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2795 is #55D86A. Grayscale: #5A5A5A. Windows color (decimal): -5625963 or 9775018. OLE color: 9775018.
HSL color Cylindrical-coordinate representation of color #AA2795: hue angle of 309.62º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2795 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 149 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.33 |
| HSL | 309.62º | 0.63% | 0.41% | - |
| HSV(B) | 309.62º | 0.77% | 0.67% | - |
| XYZ | 22.73 | 12.17 | 29.58 | - |
| YUV | 90.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 149 | 0 | 0.77 | 0.12 | 0.33 | 309.62 | 0.63 | 0.41 |
| Hex | AA | 27 | 95 | 0 | 4D | C | 21 | 136 | 3F | 29 |
| Octal | 252 | 47 | 225 | 0 | 115 | 14 | 41 | 466 | 77 | 51 |
| Binary | 10101010 | 100111 | 10010101 | 0 | 1001101 | 1100 | 100001 | 100110110 | 111111 | 101001 |
Color Harmonies of #AA2795
Complementary color
Monochromatic Colors of #AA2795
Black with #AA2795
Text Example
Text Example
White with #AA2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2795; }
p { color: rgb(170,39,149); }
H1.HeaderClassName
{
color: #AA2795;
}
.AnyTagClassName
{
color: #AA2795;
}
</style>
background-color css
<style>
a { background-color: #AA2795; }
a { background-color: rgb(170,39,149); }
div.DivClassName
{
background-color: #AA2795;
}
.BgClassName
{
background-color: #AA2795;
}
</style>
border-color css
<style>
span { border-color: #AA2795; }
span { border-color: rgb(170,39,149); }
td.TdClassName
{
border-color: #AA2795;
}
.TagClassName
{
border-color: #AA2795;
}
</style>