Shades of Medium Violet Red #AA148F
Tints of Medium Violet Red #AA148F
RGB
CMYK
RGB Variations
Color information
#AA148F (or 0xAA148F) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8F. RGB value is (170,20,143). Sum of RGB (Red+Green+Blue) = 170+20+143=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148F is #55EB70. Grayscale: #4E4E4E. Windows color (decimal): -5630833 or 9376938. OLE color: 9376938.
HSL color Cylindrical-coordinate representation of color #AA148F: hue angle of 310.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 #AA148F is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 143 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.33 |
| HSL | 310.8º | 0.79% | 0.37% | - |
| HSV(B) | 310.8º | 0.88% | 0.67% | - |
| XYZ | 21.79 | 11.03 | 26.97 | - |
| YUV | 78.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 143 | 0 | 0.88 | 0.16 | 0.33 | 310.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 8F | 0 | 58 | 10 | 21 | 137 | 4F | 25 |
| Octal | 252 | 24 | 217 | 0 | 130 | 20 | 41 | 467 | 117 | 45 |
| Binary | 10101010 | 10100 | 10001111 | 0 | 1011000 | 10000 | 100001 | 100110111 | 1001111 | 100101 |
Color Harmonies of #AA148F
Complementary color
Monochromatic Colors of #AA148F
Black with #AA148F
Text Example
Text Example
White with #AA148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA148F; }
p { color: rgb(170,20,143); }
H1.HeaderClassName
{
color: #AA148F;
}
.AnyTagClassName
{
color: #AA148F;
}
</style>
background-color css
<style>
a { background-color: #AA148F; }
a { background-color: rgb(170,20,143); }
div.DivClassName
{
background-color: #AA148F;
}
.BgClassName
{
background-color: #AA148F;
}
</style>
border-color css
<style>
span { border-color: #AA148F; }
span { border-color: rgb(170,20,143); }
td.TdClassName
{
border-color: #AA148F;
}
.TagClassName
{
border-color: #AA148F;
}
</style>