Shades of Medium Violet Red #AB1AA0
Tints of Medium Violet Red #AB1AA0
RGB
CMYK
RGB Variations
Color information
#AB1AA0 (or 0xAB1AA0) is known color: Medium Violet Red. HEX triplet: AB, 1A and A0. RGB value is (171,26,160). Sum of RGB (Red+Green+Blue) = 171+26+160=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AA0 is #54E55F. Grayscale: #545454. Windows color (decimal): -5563744 or 10492587. OLE color: 10492587.
HSL color Cylindrical-coordinate representation of color #AB1AA0: hue angle of 304.55º 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 #AB1AA0 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 160 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.33 |
| HSL | 304.55º | 0.74% | 0.39% | - |
| HSV(B) | 304.55º | 0.85% | 0.67% | - |
| XYZ | 23.51 | 11.93 | 34.32 | - |
| YUV | 84.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 160 | 0 | 0.85 | 0.06 | 0.33 | 304.55 | 0.74 | 0.39 |
| Hex | AB | 1A | A0 | 0 | 55 | 6 | 21 | 131 | 4A | 27 |
| Octal | 253 | 32 | 240 | 0 | 125 | 6 | 41 | 461 | 112 | 47 |
| Binary | 10101011 | 11010 | 10100000 | 0 | 1010101 | 110 | 100001 | 100110001 | 1001010 | 100111 |
Color Harmonies of #AB1AA0
Complementary color
Monochromatic Colors of #AB1AA0
Black with #AB1AA0
Text Example
Text Example
White with #AB1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AA0; }
p { color: rgb(171,26,160); }
H1.HeaderClassName
{
color: #AB1AA0;
}
.AnyTagClassName
{
color: #AB1AA0;
}
</style>
background-color css
<style>
a { background-color: #AB1AA0; }
a { background-color: rgb(171,26,160); }
div.DivClassName
{
background-color: #AB1AA0;
}
.BgClassName
{
background-color: #AB1AA0;
}
</style>
border-color css
<style>
span { border-color: #AB1AA0; }
span { border-color: rgb(171,26,160); }
td.TdClassName
{
border-color: #AB1AA0;
}
.TagClassName
{
border-color: #AB1AA0;
}
</style>