Shades of Medium Violet Red #AA148A
Tints of Medium Violet Red #AA148A
RGB
CMYK
RGB Variations
Color information
#AA148A (or 0xAA148A) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8A. RGB value is (170,20,138). Sum of RGB (Red+Green+Blue) = 170+20+138=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148A is #55EB75. Grayscale: #4D4D4D. Windows color (decimal): -5630838 or 9049258. OLE color: 9049258.
HSL color Cylindrical-coordinate representation of color #AA148A: hue angle of 312.8º degrees, saturation: 0.79, 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 #AA148A is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 138 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 312.8º | 0.79% | 0.37% | - |
| HSV(B) | 312.8º | 0.88% | 0.67% | - |
| XYZ | 21.42 | 10.88 | 25.02 | - |
| YUV | 78.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 138 | 0 | 0.88 | 0.19 | 0.33 | 312.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 8A | 0 | 58 | 13 | 21 | 139 | 4F | 25 |
| Octal | 252 | 24 | 212 | 0 | 130 | 23 | 41 | 471 | 117 | 45 |
| Binary | 10101010 | 10100 | 10001010 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001111 | 100101 |
Color Harmonies of #AA148A
Complementary color
Monochromatic Colors of #AA148A
Black with #AA148A
Text Example
Text Example
White with #AA148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA148A; }
p { color: rgb(170,20,138); }
H1.HeaderClassName
{
color: #AA148A;
}
.AnyTagClassName
{
color: #AA148A;
}
</style>
background-color css
<style>
a { background-color: #AA148A; }
a { background-color: rgb(170,20,138); }
div.DivClassName
{
background-color: #AA148A;
}
.BgClassName
{
background-color: #AA148A;
}
</style>
border-color css
<style>
span { border-color: #AA148A; }
span { border-color: rgb(170,20,138); }
td.TdClassName
{
border-color: #AA148A;
}
.TagClassName
{
border-color: #AA148A;
}
</style>