Shades of Medium Red Violet #AB249D
Tints of Medium Red Violet #AB249D
RGB
CMYK
RGB Variations
Color information
#AB249D (or 0xAB249D) is known color: Medium Red Violet. HEX triplet: AB, 24 and 9D. RGB value is (171,36,157). Sum of RGB (Red+Green+Blue) = 171+36+157=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB249D is #54DB62. Grayscale: #595959. Windows color (decimal): -5561187 or 10298539. OLE color: 10298539.
HSL color Cylindrical-coordinate representation of color #AB249D: hue angle of 306.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB249D is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 157 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.33 |
| HSL | 306.22º | 0.65% | 0.41% | - |
| HSV(B) | 306.22º | 0.79% | 0.67% | - |
| XYZ | 23.51 | 12.35 | 33.04 | - |
| YUV | 90.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 157 | 0 | 0.79 | 0.08 | 0.33 | 306.22 | 0.65 | 0.41 |
| Hex | AB | 24 | 9D | 0 | 4F | 8 | 21 | 132 | 41 | 29 |
| Octal | 253 | 44 | 235 | 0 | 117 | 10 | 41 | 462 | 101 | 51 |
| Binary | 10101011 | 100100 | 10011101 | 0 | 1001111 | 1000 | 100001 | 100110010 | 1000001 | 101001 |
Color Harmonies of #AB249D
Complementary color
Monochromatic Colors of #AB249D
Black with #AB249D
Text Example
Text Example
White with #AB249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB249D; }
p { color: rgb(171,36,157); }
H1.HeaderClassName
{
color: #AB249D;
}
.AnyTagClassName
{
color: #AB249D;
}
</style>
background-color css
<style>
a { background-color: #AB249D; }
a { background-color: rgb(171,36,157); }
div.DivClassName
{
background-color: #AB249D;
}
.BgClassName
{
background-color: #AB249D;
}
</style>
border-color css
<style>
span { border-color: #AB249D; }
span { border-color: rgb(171,36,157); }
td.TdClassName
{
border-color: #AB249D;
}
.TagClassName
{
border-color: #AB249D;
}
</style>