Shades of Medium Violet Red #AB1A8A
Tints of Medium Violet Red #AB1A8A
RGB
CMYK
RGB Variations
Color information
#AB1A8A (or 0xAB1A8A) is known color: Medium Violet Red. HEX triplet: AB, 1A and 8A. RGB value is (171,26,138). Sum of RGB (Red+Green+Blue) = 171+26+138=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A8A is #54E575. Grayscale: #515151. Windows color (decimal): -5563766 or 9050795. OLE color: 9050795.
HSL color Cylindrical-coordinate representation of color #AB1A8A: hue angle of 313.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A8A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.33 |
| HSL | 313.66º | 0.74% | 0.39% | - |
| HSV(B) | 313.66º | 0.85% | 0.67% | - |
| XYZ | 21.75 | 11.23 | 25.07 | - |
| YUV | 82.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 138 | 0 | 0.85 | 0.19 | 0.33 | 313.66 | 0.74 | 0.39 |
| Hex | AB | 1A | 8A | 0 | 55 | 13 | 21 | 13A | 4A | 27 |
| Octal | 253 | 32 | 212 | 0 | 125 | 23 | 41 | 472 | 112 | 47 |
| Binary | 10101011 | 11010 | 10001010 | 0 | 1010101 | 10011 | 100001 | 100111010 | 1001010 | 100111 |
Color Harmonies of #AB1A8A
Complementary color
Monochromatic Colors of #AB1A8A
Black with #AB1A8A
Text Example
Text Example
White with #AB1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A8A; }
p { color: rgb(171,26,138); }
H1.HeaderClassName
{
color: #AB1A8A;
}
.AnyTagClassName
{
color: #AB1A8A;
}
</style>
background-color css
<style>
a { background-color: #AB1A8A; }
a { background-color: rgb(171,26,138); }
div.DivClassName
{
background-color: #AB1A8A;
}
.BgClassName
{
background-color: #AB1A8A;
}
</style>
border-color css
<style>
span { border-color: #AB1A8A; }
span { border-color: rgb(171,26,138); }
td.TdClassName
{
border-color: #AB1A8A;
}
.TagClassName
{
border-color: #AB1A8A;
}
</style>