Shades of Medium Violet Red #AB0C8A
Tints of Medium Violet Red #AB0C8A
RGB
CMYK
RGB Variations
Color information
#AB0C8A (or 0xAB0C8A) is known color: Medium Violet Red. HEX triplet: AB, 0C and 8A. RGB value is (171,12,138). Sum of RGB (Red+Green+Blue) = 171+12+138=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C8A is #54F375. Grayscale: #494949. Windows color (decimal): -5567350 or 9047211. OLE color: 9047211.
HSL color Cylindrical-coordinate representation of color #AB0C8A: hue angle of 312.45º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C8A is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 138 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.33 |
| HSL | 312.45º | 0.87% | 0.36% | - |
| HSV(B) | 312.45º | 0.93% | 0.67% | - |
| XYZ | 21.51 | 10.76 | 24.99 | - |
| YUV | 73.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 138 | 0 | 0.93 | 0.19 | 0.33 | 312.45 | 0.87 | 0.36 |
| Hex | AB | C | 8A | 0 | 5D | 13 | 21 | 138 | 57 | 24 |
| Octal | 253 | 14 | 212 | 0 | 135 | 23 | 41 | 470 | 127 | 44 |
| Binary | 10101011 | 1100 | 10001010 | 0 | 1011101 | 10011 | 100001 | 100111000 | 1010111 | 100100 |
Color Harmonies of #AB0C8A
Complementary color
Monochromatic Colors of #AB0C8A
Black with #AB0C8A
Text Example
Text Example
White with #AB0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C8A; }
p { color: rgb(171,12,138); }
H1.HeaderClassName
{
color: #AB0C8A;
}
.AnyTagClassName
{
color: #AB0C8A;
}
</style>
background-color css
<style>
a { background-color: #AB0C8A; }
a { background-color: rgb(171,12,138); }
div.DivClassName
{
background-color: #AB0C8A;
}
.BgClassName
{
background-color: #AB0C8A;
}
</style>
border-color css
<style>
span { border-color: #AB0C8A; }
span { border-color: rgb(171,12,138); }
td.TdClassName
{
border-color: #AB0C8A;
}
.TagClassName
{
border-color: #AB0C8A;
}
</style>