Shades of Medium Red Violet #AB2C7D
Tints of Medium Red Violet #AB2C7D
RGB
CMYK
RGB Variations
Color information
#AB2C7D (or 0xAB2C7D) is known color: Medium Red Violet. HEX triplet: AB, 2C and 7D. RGB value is (171,44,125). Sum of RGB (Red+Green+Blue) = 171+44+125=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C7D is #54D382. Grayscale: #5B5B5B. Windows color (decimal): -5559171 or 8203435. OLE color: 8203435.
HSL color Cylindrical-coordinate representation of color #AB2C7D: hue angle of 321.73º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C7D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 125 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.33 |
| HSL | 321.73º | 0.59% | 0.42% | - |
| HSV(B) | 321.73º | 0.74% | 0.67% | - |
| XYZ | 21.4 | 11.94 | 20.58 | - |
| YUV | 91.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 125 | 0 | 0.74 | 0.27 | 0.33 | 321.73 | 0.59 | 0.42 |
| Hex | AB | 2C | 7D | 0 | 4A | 1B | 21 | 142 | 3B | 2A |
| Octal | 253 | 54 | 175 | 0 | 112 | 33 | 41 | 502 | 73 | 52 |
| Binary | 10101011 | 101100 | 1111101 | 0 | 1001010 | 11011 | 100001 | 101000010 | 111011 | 101010 |
Color Harmonies of #AB2C7D
Complementary color
Monochromatic Colors of #AB2C7D
Black with #AB2C7D
Text Example
Text Example
White with #AB2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C7D; }
p { color: rgb(171,44,125); }
H1.HeaderClassName
{
color: #AB2C7D;
}
.AnyTagClassName
{
color: #AB2C7D;
}
</style>
background-color css
<style>
a { background-color: #AB2C7D; }
a { background-color: rgb(171,44,125); }
div.DivClassName
{
background-color: #AB2C7D;
}
.BgClassName
{
background-color: #AB2C7D;
}
</style>
border-color css
<style>
span { border-color: #AB2C7D; }
span { border-color: rgb(171,44,125); }
td.TdClassName
{
border-color: #AB2C7D;
}
.TagClassName
{
border-color: #AB2C7D;
}
</style>