Shades of Medium Violet Red #AA158C
Tints of Medium Violet Red #AA158C
RGB
CMYK
RGB Variations
Color information
#AA158C (or 0xAA158C) is known color: Medium Violet Red. HEX triplet: AA, 15 and 8C. RGB value is (170,21,140). Sum of RGB (Red+Green+Blue) = 170+21+140=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA158C is #55EA73. Grayscale: #4E4E4E. Windows color (decimal): -5630580 or 9180586. OLE color: 9180586.
HSL color Cylindrical-coordinate representation of color #AA158C: hue angle of 312.08º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA158C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 140 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.33 |
| HSL | 312.08º | 0.78% | 0.37% | - |
| HSV(B) | 312.08º | 0.88% | 0.67% | - |
| XYZ | 21.58 | 10.98 | 25.79 | - |
| YUV | 79.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 140 | 0 | 0.88 | 0.18 | 0.33 | 312.08 | 0.78 | 0.37 |
| Hex | AA | 15 | 8C | 0 | 58 | 12 | 21 | 138 | 4E | 25 |
| Octal | 252 | 25 | 214 | 0 | 130 | 22 | 41 | 470 | 116 | 45 |
| Binary | 10101010 | 10101 | 10001100 | 0 | 1011000 | 10010 | 100001 | 100111000 | 1001110 | 100101 |
Color Harmonies of #AA158C
Complementary color
Monochromatic Colors of #AA158C
Black with #AA158C
Text Example
Text Example
White with #AA158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA158C; }
p { color: rgb(170,21,140); }
H1.HeaderClassName
{
color: #AA158C;
}
.AnyTagClassName
{
color: #AA158C;
}
</style>
background-color css
<style>
a { background-color: #AA158C; }
a { background-color: rgb(170,21,140); }
div.DivClassName
{
background-color: #AA158C;
}
.BgClassName
{
background-color: #AA158C;
}
</style>
border-color css
<style>
span { border-color: #AA158C; }
span { border-color: rgb(170,21,140); }
td.TdClassName
{
border-color: #AA158C;
}
.TagClassName
{
border-color: #AA158C;
}
</style>