Shades of Medium Red Violet #AB2D99
Tints of Medium Red Violet #AB2D99
RGB
CMYK
RGB Variations
Color information
#AB2D99 (or 0xAB2D99) is known color: Medium Red Violet. HEX triplet: AB, 2D and 99. RGB value is (171,45,153). Sum of RGB (Red+Green+Blue) = 171+45+153=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2D99 is #54D266. Grayscale: #5E5E5E. Windows color (decimal): -5558887 or 10038699. OLE color: 10038699.
HSL color Cylindrical-coordinate representation of color #AB2D99: hue angle of 308.57º 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 #AB2D99 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 153 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.33 |
| HSL | 308.57º | 0.58% | 0.42% | - |
| HSV(B) | 308.57º | 0.74% | 0.67% | - |
| XYZ | 23.48 | 12.83 | 31.38 | - |
| YUV | 94.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 153 | 0 | 0.74 | 0.11 | 0.33 | 308.57 | 0.58 | 0.42 |
| Hex | AB | 2D | 99 | 0 | 4A | B | 21 | 135 | 3A | 2A |
| Octal | 253 | 55 | 231 | 0 | 112 | 13 | 41 | 465 | 72 | 52 |
| Binary | 10101011 | 101101 | 10011001 | 0 | 1001010 | 1011 | 100001 | 100110101 | 111010 | 101010 |
Color Harmonies of #AB2D99
Complementary color
Monochromatic Colors of #AB2D99
Black with #AB2D99
Text Example
Text Example
White with #AB2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D99; }
p { color: rgb(171,45,153); }
H1.HeaderClassName
{
color: #AB2D99;
}
.AnyTagClassName
{
color: #AB2D99;
}
</style>
background-color css
<style>
a { background-color: #AB2D99; }
a { background-color: rgb(171,45,153); }
div.DivClassName
{
background-color: #AB2D99;
}
.BgClassName
{
background-color: #AB2D99;
}
</style>
border-color css
<style>
span { border-color: #AB2D99; }
span { border-color: rgb(171,45,153); }
td.TdClassName
{
border-color: #AB2D99;
}
.TagClassName
{
border-color: #AB2D99;
}
</style>