Shades of Medium Red Violet #AB249E
Tints of Medium Red Violet #AB249E
RGB
CMYK
RGB Variations
Color information
#AB249E (or 0xAB249E) is known color: Medium Red Violet. HEX triplet: AB, 24 and 9E. RGB value is (171,36,158). Sum of RGB (Red+Green+Blue) = 171+36+158=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB249E is #54DB61. Grayscale: #595959. Windows color (decimal): -5561186 or 10364075. OLE color: 10364075.
HSL color Cylindrical-coordinate representation of color #AB249E: hue angle of 305.78º 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 #AB249E is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 158 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.33 |
| HSL | 305.78º | 0.65% | 0.41% | - |
| HSV(B) | 305.78º | 0.79% | 0.67% | - |
| XYZ | 23.6 | 12.39 | 33.5 | - |
| YUV | 90.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 158 | 0 | 0.79 | 0.08 | 0.33 | 305.78 | 0.65 | 0.41 |
| Hex | AB | 24 | 9E | 0 | 4F | 8 | 21 | 132 | 41 | 29 |
| Octal | 253 | 44 | 236 | 0 | 117 | 10 | 41 | 462 | 101 | 51 |
| Binary | 10101011 | 100100 | 10011110 | 0 | 1001111 | 1000 | 100001 | 100110010 | 1000001 | 101001 |
Color Harmonies of #AB249E
Complementary color
Monochromatic Colors of #AB249E
Black with #AB249E
Text Example
Text Example
White with #AB249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB249E; }
p { color: rgb(171,36,158); }
H1.HeaderClassName
{
color: #AB249E;
}
.AnyTagClassName
{
color: #AB249E;
}
</style>
background-color css
<style>
a { background-color: #AB249E; }
a { background-color: rgb(171,36,158); }
div.DivClassName
{
background-color: #AB249E;
}
.BgClassName
{
background-color: #AB249E;
}
</style>
border-color css
<style>
span { border-color: #AB249E; }
span { border-color: rgb(171,36,158); }
td.TdClassName
{
border-color: #AB249E;
}
.TagClassName
{
border-color: #AB249E;
}
</style>