Shades of Medium Violet Red #AB147A
Tints of Medium Violet Red #AB147A
RGB
CMYK
RGB Variations
Color information
#AB147A (or 0xAB147A) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7A. RGB value is (171,20,122). Sum of RGB (Red+Green+Blue) = 171+20+122=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147A is #54EB85. Grayscale: #4C4C4C. Windows color (decimal): -5565318 or 8000683. OLE color: 8000683.
HSL color Cylindrical-coordinate representation of color #AB147A: hue angle of 319.47º 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 #AB147A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 122 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.33 |
| HSL | 319.47º | 0.79% | 0.37% | - |
| HSV(B) | 319.47º | 0.88% | 0.67% | - |
| XYZ | 20.56 | 10.56 | 19.37 | - |
| YUV | 76.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 122 | 0 | 0.88 | 0.29 | 0.33 | 319.47 | 0.79 | 0.37 |
| Hex | AB | 14 | 7A | 0 | 58 | 1D | 21 | 13F | 4F | 25 |
| Octal | 253 | 24 | 172 | 0 | 130 | 35 | 41 | 477 | 117 | 45 |
| Binary | 10101011 | 10100 | 1111010 | 0 | 1011000 | 11101 | 100001 | 100111111 | 1001111 | 100101 |
Color Harmonies of #AB147A
Complementary color
Monochromatic Colors of #AB147A
Black with #AB147A
Text Example
Text Example
White with #AB147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB147A; }
p { color: rgb(171,20,122); }
H1.HeaderClassName
{
color: #AB147A;
}
.AnyTagClassName
{
color: #AB147A;
}
</style>
background-color css
<style>
a { background-color: #AB147A; }
a { background-color: rgb(171,20,122); }
div.DivClassName
{
background-color: #AB147A;
}
.BgClassName
{
background-color: #AB147A;
}
</style>
border-color css
<style>
span { border-color: #AB147A; }
span { border-color: rgb(171,20,122); }
td.TdClassName
{
border-color: #AB147A;
}
.TagClassName
{
border-color: #AB147A;
}
</style>