Shades of Medium Violet Red #AB0B8C
Tints of Medium Violet Red #AB0B8C
RGB
CMYK
RGB Variations
Color information
#AB0B8C (or 0xAB0B8C) is known color: Medium Violet Red. HEX triplet: AB, 0B and 8C. RGB value is (171,11,140). Sum of RGB (Red+Green+Blue) = 171+11+140=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B8C is #54F473. Grayscale: #494949. Windows color (decimal): -5567604 or 9178027. OLE color: 9178027.
HSL color Cylindrical-coordinate representation of color #AB0B8C: hue angle of 311.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B8C is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 140 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.33 |
| HSL | 311.63º | 0.88% | 0.36% | - |
| HSV(B) | 311.63º | 0.94% | 0.67% | - |
| XYZ | 21.65 | 10.79 | 25.75 | - |
| YUV | 73.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 140 | 0 | 0.94 | 0.18 | 0.33 | 311.63 | 0.88 | 0.36 |
| Hex | AB | B | 8C | 0 | 5E | 12 | 21 | 138 | 58 | 24 |
| Octal | 253 | 13 | 214 | 0 | 136 | 22 | 41 | 470 | 130 | 44 |
| Binary | 10101011 | 1011 | 10001100 | 0 | 1011110 | 10010 | 100001 | 100111000 | 1011000 | 100100 |
Color Harmonies of #AB0B8C
Complementary color
Monochromatic Colors of #AB0B8C
Black with #AB0B8C
Text Example
Text Example
White with #AB0B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B8C; }
p { color: rgb(171,11,140); }
H1.HeaderClassName
{
color: #AB0B8C;
}
.AnyTagClassName
{
color: #AB0B8C;
}
</style>
background-color css
<style>
a { background-color: #AB0B8C; }
a { background-color: rgb(171,11,140); }
div.DivClassName
{
background-color: #AB0B8C;
}
.BgClassName
{
background-color: #AB0B8C;
}
</style>
border-color css
<style>
span { border-color: #AB0B8C; }
span { border-color: rgb(171,11,140); }
td.TdClassName
{
border-color: #AB0B8C;
}
.TagClassName
{
border-color: #AB0B8C;
}
</style>