Shades of Medium Red Violet #AB2A70
Tints of Medium Red Violet #AB2A70
RGB
CMYK
RGB Variations
Color information
#AB2A70 (or 0xAB2A70) is known color: Medium Red Violet. HEX triplet: AB, 2A and 70. RGB value is (171,42,112). Sum of RGB (Red+Green+Blue) = 171+42+112=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A70 is #54D58F. Grayscale: #585858. Windows color (decimal): -5559696 or 7350955. OLE color: 7350955.
HSL color Cylindrical-coordinate representation of color #AB2A70: hue angle of 327.44º 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 #AB2A70 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 112 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.33 |
| HSL | 327.44º | 0.61% | 0.42% | - |
| HSV(B) | 327.44º | 0.75% | 0.67% | - |
| XYZ | 20.55 | 11.48 | 16.46 | - |
| YUV | 88.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 112 | 0 | 0.75 | 0.35 | 0.33 | 327.44 | 0.61 | 0.42 |
| Hex | AB | 2A | 70 | 0 | 4B | 23 | 21 | 147 | 3D | 2A |
| Octal | 253 | 52 | 160 | 0 | 113 | 43 | 41 | 507 | 75 | 52 |
| Binary | 10101011 | 101010 | 1110000 | 0 | 1001011 | 100011 | 100001 | 101000111 | 111101 | 101010 |
Color Harmonies of #AB2A70
Complementary color
Monochromatic Colors of #AB2A70
Black with #AB2A70
Text Example
Text Example
White with #AB2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A70; }
p { color: rgb(171,42,112); }
H1.HeaderClassName
{
color: #AB2A70;
}
.AnyTagClassName
{
color: #AB2A70;
}
</style>
background-color css
<style>
a { background-color: #AB2A70; }
a { background-color: rgb(171,42,112); }
div.DivClassName
{
background-color: #AB2A70;
}
.BgClassName
{
background-color: #AB2A70;
}
</style>
border-color css
<style>
span { border-color: #AB2A70; }
span { border-color: rgb(171,42,112); }
td.TdClassName
{
border-color: #AB2A70;
}
.TagClassName
{
border-color: #AB2A70;
}
</style>