Shades of Medium Violet Red #AA148C
Tints of Medium Violet Red #AA148C
RGB
CMYK
RGB Variations
Color information
#AA148C (or 0xAA148C) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8C. RGB value is (170,20,140). Sum of RGB (Red+Green+Blue) = 170+20+140=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148C is #55EB73. Grayscale: #4E4E4E. Windows color (decimal): -5630836 or 9180330. OLE color: 9180330.
HSL color Cylindrical-coordinate representation of color #AA148C: hue angle of 312º 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 #AA148C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 140 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.33 |
| HSL | 312º | 0.79% | 0.37% | - |
| HSV(B) | 312º | 0.88% | 0.67% | - |
| XYZ | 21.56 | 10.94 | 25.79 | - |
| YUV | 78.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 140 | 0 | 0.88 | 0.18 | 0.33 | 312 | 0.79 | 0.37 |
| Hex | AA | 14 | 8C | 0 | 58 | 12 | 21 | 138 | 4F | 25 |
| Octal | 252 | 24 | 214 | 0 | 130 | 22 | 41 | 470 | 117 | 45 |
| Binary | 10101010 | 10100 | 10001100 | 0 | 1011000 | 10010 | 100001 | 100111000 | 1001111 | 100101 |
Color Harmonies of #AA148C
Complementary color
Monochromatic Colors of #AA148C
Black with #AA148C
Text Example
Text Example
White with #AA148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA148C; }
p { color: rgb(170,20,140); }
H1.HeaderClassName
{
color: #AA148C;
}
.AnyTagClassName
{
color: #AA148C;
}
</style>
background-color css
<style>
a { background-color: #AA148C; }
a { background-color: rgb(170,20,140); }
div.DivClassName
{
background-color: #AA148C;
}
.BgClassName
{
background-color: #AA148C;
}
</style>
border-color css
<style>
span { border-color: #AA148C; }
span { border-color: rgb(170,20,140); }
td.TdClassName
{
border-color: #AA148C;
}
.TagClassName
{
border-color: #AA148C;
}
</style>