Shades of Medium Violet Red #AB0A8B
Tints of Medium Violet Red #AB0A8B
RGB
CMYK
RGB Variations
Color information
#AB0A8B (or 0xAB0A8B) is known color: Medium Violet Red. HEX triplet: AB, 0A and 8B. RGB value is (171,10,139). Sum of RGB (Red+Green+Blue) = 171+10+139=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A8B is #54F574. Grayscale: #484848. Windows color (decimal): -5567861 or 9112235. OLE color: 9112235.
HSL color Cylindrical-coordinate representation of color #AB0A8B: hue angle of 311.93º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A8B is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 139 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.33 |
| HSL | 311.93º | 0.89% | 0.35% | - |
| HSV(B) | 311.93º | 0.94% | 0.67% | - |
| XYZ | 21.56 | 10.74 | 25.36 | - |
| YUV | 72.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 139 | 0 | 0.94 | 0.19 | 0.33 | 311.93 | 0.89 | 0.35 |
| Hex | AB | A | 8B | 0 | 5E | 13 | 21 | 138 | 59 | 23 |
| Octal | 253 | 12 | 213 | 0 | 136 | 23 | 41 | 470 | 131 | 43 |
| Binary | 10101011 | 1010 | 10001011 | 0 | 1011110 | 10011 | 100001 | 100111000 | 1011001 | 100011 |
Color Harmonies of #AB0A8B
Complementary color
Monochromatic Colors of #AB0A8B
Black with #AB0A8B
Text Example
Text Example
White with #AB0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A8B; }
p { color: rgb(171,10,139); }
H1.HeaderClassName
{
color: #AB0A8B;
}
.AnyTagClassName
{
color: #AB0A8B;
}
</style>
background-color css
<style>
a { background-color: #AB0A8B; }
a { background-color: rgb(171,10,139); }
div.DivClassName
{
background-color: #AB0A8B;
}
.BgClassName
{
background-color: #AB0A8B;
}
</style>
border-color css
<style>
span { border-color: #AB0A8B; }
span { border-color: rgb(171,10,139); }
td.TdClassName
{
border-color: #AB0A8B;
}
.TagClassName
{
border-color: #AB0A8B;
}
</style>