Shades of Medium Red Violet #AB2AA0
Tints of Medium Red Violet #AB2AA0
RGB
CMYK
RGB Variations
Color information
#AB2AA0 (or 0xAB2AA0) is known color: Medium Red Violet. HEX triplet: AB, 2A and A0. RGB value is (171,42,160). Sum of RGB (Red+Green+Blue) = 171+42+160=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AA0 is #54D55F. Grayscale: #5D5D5D. Windows color (decimal): -5559648 or 10496683. OLE color: 10496683.
HSL color Cylindrical-coordinate representation of color #AB2AA0: hue angle of 305.12º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2AA0 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 160 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.33 |
| HSL | 305.12º | 0.61% | 0.42% | - |
| HSV(B) | 305.12º | 0.75% | 0.67% | - |
| XYZ | 23.97 | 12.85 | 34.48 | - |
| YUV | 94.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 160 | 0 | 0.75 | 0.06 | 0.33 | 305.12 | 0.61 | 0.42 |
| Hex | AB | 2A | A0 | 0 | 4B | 6 | 21 | 131 | 3D | 2A |
| Octal | 253 | 52 | 240 | 0 | 113 | 6 | 41 | 461 | 75 | 52 |
| Binary | 10101011 | 101010 | 10100000 | 0 | 1001011 | 110 | 100001 | 100110001 | 111101 | 101010 |
Color Harmonies of #AB2AA0
Complementary color
Monochromatic Colors of #AB2AA0
Black with #AB2AA0
Text Example
Text Example
White with #AB2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AA0; }
p { color: rgb(171,42,160); }
H1.HeaderClassName
{
color: #AB2AA0;
}
.AnyTagClassName
{
color: #AB2AA0;
}
</style>
background-color css
<style>
a { background-color: #AB2AA0; }
a { background-color: rgb(171,42,160); }
div.DivClassName
{
background-color: #AB2AA0;
}
.BgClassName
{
background-color: #AB2AA0;
}
</style>
border-color css
<style>
span { border-color: #AB2AA0; }
span { border-color: rgb(171,42,160); }
td.TdClassName
{
border-color: #AB2AA0;
}
.TagClassName
{
border-color: #AB2AA0;
}
</style>