Shades of Medium Violet Red #AB148A
Tints of Medium Violet Red #AB148A
RGB
CMYK
RGB Variations
Color information
#AB148A (or 0xAB148A) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8A. RGB value is (171,20,138). Sum of RGB (Red+Green+Blue) = 171+20+138=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148A is #54EB75. Grayscale: #4E4E4E. Windows color (decimal): -5565302 or 9049259. OLE color: 9049259.
HSL color Cylindrical-coordinate representation of color #AB148A: hue angle of 313.11º 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 #AB148A is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 138 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 313.11º | 0.79% | 0.37% | - |
| HSV(B) | 313.11º | 0.88% | 0.67% | - |
| XYZ | 21.63 | 10.99 | 25.03 | - |
| YUV | 78.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 138 | 0 | 0.88 | 0.19 | 0.33 | 313.11 | 0.79 | 0.37 |
| Hex | AB | 14 | 8A | 0 | 58 | 13 | 21 | 139 | 4F | 25 |
| Octal | 253 | 24 | 212 | 0 | 130 | 23 | 41 | 471 | 117 | 45 |
| Binary | 10101011 | 10100 | 10001010 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001111 | 100101 |
Color Harmonies of #AB148A
Complementary color
Monochromatic Colors of #AB148A
Black with #AB148A
Text Example
Text Example
White with #AB148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB148A; }
p { color: rgb(171,20,138); }
H1.HeaderClassName
{
color: #AB148A;
}
.AnyTagClassName
{
color: #AB148A;
}
</style>
background-color css
<style>
a { background-color: #AB148A; }
a { background-color: rgb(171,20,138); }
div.DivClassName
{
background-color: #AB148A;
}
.BgClassName
{
background-color: #AB148A;
}
</style>
border-color css
<style>
span { border-color: #AB148A; }
span { border-color: rgb(171,20,138); }
td.TdClassName
{
border-color: #AB148A;
}
.TagClassName
{
border-color: #AB148A;
}
</style>