Shades of Medium Red Violet #AB239F
Tints of Medium Red Violet #AB239F
RGB
CMYK
RGB Variations
Color information
#AB239F (or 0xAB239F) is known color: Medium Red Violet. HEX triplet: AB, 23 and 9F. RGB value is (171,35,159). Sum of RGB (Red+Green+Blue) = 171+35+159=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB239F is #54DC60. Grayscale: #595959. Windows color (decimal): -5561441 or 10429355. OLE color: 10429355.
HSL color Cylindrical-coordinate representation of color #AB239F: hue angle of 305.29º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB239F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 159 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.33 |
| HSL | 305.29º | 0.66% | 0.4% | - |
| HSV(B) | 305.29º | 0.8% | 0.67% | - |
| XYZ | 23.65 | 12.36 | 33.94 | - |
| YUV | 89.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 159 | 0 | 0.80 | 0.07 | 0.33 | 305.29 | 0.66 | 0.4 |
| Hex | AB | 23 | 9F | 0 | 50 | 7 | 21 | 131 | 42 | 28 |
| Octal | 253 | 43 | 237 | 0 | 120 | 7 | 41 | 461 | 102 | 50 |
| Binary | 10101011 | 100011 | 10011111 | 0 | 1010000 | 111 | 100001 | 100110001 | 1000010 | 101000 |
Color Harmonies of #AB239F
Complementary color
Monochromatic Colors of #AB239F
Black with #AB239F
Text Example
Text Example
White with #AB239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB239F; }
p { color: rgb(171,35,159); }
H1.HeaderClassName
{
color: #AB239F;
}
.AnyTagClassName
{
color: #AB239F;
}
</style>
background-color css
<style>
a { background-color: #AB239F; }
a { background-color: rgb(171,35,159); }
div.DivClassName
{
background-color: #AB239F;
}
.BgClassName
{
background-color: #AB239F;
}
</style>
border-color css
<style>
span { border-color: #AB239F; }
span { border-color: rgb(171,35,159); }
td.TdClassName
{
border-color: #AB239F;
}
.TagClassName
{
border-color: #AB239F;
}
</style>