Shades of Medium Red Violet #AB2D9C
Tints of Medium Red Violet #AB2D9C
RGB
CMYK
RGB Variations
Color information
#AB2D9C (or 0xAB2D9C) is known color: Medium Red Violet. HEX triplet: AB, 2D and 9C. RGB value is (171,45,156). Sum of RGB (Red+Green+Blue) = 171+45+156=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2D9C is #54D263. Grayscale: #5F5F5F. Windows color (decimal): -5558884 or 10235307. OLE color: 10235307.
HSL color Cylindrical-coordinate representation of color #AB2D9C: hue angle of 307.14º degrees, saturation: 0.58, 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 #AB2D9C is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 156 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.33 |
| HSL | 307.14º | 0.58% | 0.42% | - |
| HSV(B) | 307.14º | 0.74% | 0.67% | - |
| XYZ | 23.73 | 12.94 | 32.7 | - |
| YUV | 95.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 156 | 0 | 0.74 | 0.09 | 0.33 | 307.14 | 0.58 | 0.42 |
| Hex | AB | 2D | 9C | 0 | 4A | 9 | 21 | 133 | 3A | 2A |
| Octal | 253 | 55 | 234 | 0 | 112 | 11 | 41 | 463 | 72 | 52 |
| Binary | 10101011 | 101101 | 10011100 | 0 | 1001010 | 1001 | 100001 | 100110011 | 111010 | 101010 |
Color Harmonies of #AB2D9C
Complementary color
Monochromatic Colors of #AB2D9C
Black with #AB2D9C
Text Example
Text Example
White with #AB2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D9C; }
p { color: rgb(171,45,156); }
H1.HeaderClassName
{
color: #AB2D9C;
}
.AnyTagClassName
{
color: #AB2D9C;
}
</style>
background-color css
<style>
a { background-color: #AB2D9C; }
a { background-color: rgb(171,45,156); }
div.DivClassName
{
background-color: #AB2D9C;
}
.BgClassName
{
background-color: #AB2D9C;
}
</style>
border-color css
<style>
span { border-color: #AB2D9C; }
span { border-color: rgb(171,45,156); }
td.TdClassName
{
border-color: #AB2D9C;
}
.TagClassName
{
border-color: #AB2D9C;
}
</style>