Shades of Medium Violet Red #AA148E
Tints of Medium Violet Red #AA148E
RGB
CMYK
RGB Variations
Color information
#AA148E (or 0xAA148E) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8E. RGB value is (170,20,142). Sum of RGB (Red+Green+Blue) = 170+20+142=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148E is #55EB71. Grayscale: #4E4E4E. Windows color (decimal): -5630834 or 9311402. OLE color: 9311402.
HSL color Cylindrical-coordinate representation of color #AA148E: hue angle of 311.2º 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 #AA148E is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 142 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.33 |
| HSL | 311.2º | 0.79% | 0.37% | - |
| HSV(B) | 311.2º | 0.88% | 0.67% | - |
| XYZ | 21.71 | 11 | 26.57 | - |
| YUV | 78.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 142 | 0 | 0.88 | 0.16 | 0.33 | 311.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 8E | 0 | 58 | 10 | 21 | 137 | 4F | 25 |
| Octal | 252 | 24 | 216 | 0 | 130 | 20 | 41 | 467 | 117 | 45 |
| Binary | 10101010 | 10100 | 10001110 | 0 | 1011000 | 10000 | 100001 | 100110111 | 1001111 | 100101 |
Color Harmonies of #AA148E
Complementary color
Monochromatic Colors of #AA148E
Black with #AA148E
Text Example
Text Example
White with #AA148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA148E; }
p { color: rgb(170,20,142); }
H1.HeaderClassName
{
color: #AA148E;
}
.AnyTagClassName
{
color: #AA148E;
}
</style>
background-color css
<style>
a { background-color: #AA148E; }
a { background-color: rgb(170,20,142); }
div.DivClassName
{
background-color: #AA148E;
}
.BgClassName
{
background-color: #AA148E;
}
</style>
border-color css
<style>
span { border-color: #AA148E; }
span { border-color: rgb(170,20,142); }
td.TdClassName
{
border-color: #AA148E;
}
.TagClassName
{
border-color: #AA148E;
}
</style>