Shades of Medium Violet Red #AA1395
Tints of Medium Violet Red #AA1395
RGB
CMYK
RGB Variations
Color information
#AA1395 (or 0xAA1395) is known color: Medium Violet Red. HEX triplet: AA, 13 and 95. RGB value is (170,19,149). Sum of RGB (Red+Green+Blue) = 170+19+149=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1395 is #55EC6A. Grayscale: #4E4E4E. Windows color (decimal): -5631083 or 9769898. OLE color: 9769898.
HSL color Cylindrical-coordinate representation of color #AA1395: hue angle of 308.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1395 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 149 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.33 |
| HSL | 308.34º | 0.8% | 0.37% | - |
| HSV(B) | 308.34º | 0.89% | 0.67% | - |
| XYZ | 22.24 | 11.18 | 29.42 | - |
| YUV | 78.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 149 | 0 | 0.89 | 0.12 | 0.33 | 308.34 | 0.8 | 0.37 |
| Hex | AA | 13 | 95 | 0 | 59 | C | 21 | 134 | 50 | 25 |
| Octal | 252 | 23 | 225 | 0 | 131 | 14 | 41 | 464 | 120 | 45 |
| Binary | 10101010 | 10011 | 10010101 | 0 | 1011001 | 1100 | 100001 | 100110100 | 1010000 | 100101 |
Color Harmonies of #AA1395
Complementary color
Monochromatic Colors of #AA1395
Black with #AA1395
Text Example
Text Example
White with #AA1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1395; }
p { color: rgb(170,19,149); }
H1.HeaderClassName
{
color: #AA1395;
}
.AnyTagClassName
{
color: #AA1395;
}
</style>
background-color css
<style>
a { background-color: #AA1395; }
a { background-color: rgb(170,19,149); }
div.DivClassName
{
background-color: #AA1395;
}
.BgClassName
{
background-color: #AA1395;
}
</style>
border-color css
<style>
span { border-color: #AA1395; }
span { border-color: rgb(170,19,149); }
td.TdClassName
{
border-color: #AA1395;
}
.TagClassName
{
border-color: #AA1395;
}
</style>