Shades of Medium Red Violet #AB239E
Tints of Medium Red Violet #AB239E
RGB
CMYK
RGB Variations
Color information
#AB239E (or 0xAB239E) is known color: Medium Red Violet. HEX triplet: AB, 23 and 9E. RGB value is (171,35,158). Sum of RGB (Red+Green+Blue) = 171+35+158=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB239E is #54DC61. Grayscale: #595959. Windows color (decimal): -5561442 or 10363819. OLE color: 10363819.
HSL color Cylindrical-coordinate representation of color #AB239E: hue angle of 305.74º 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 #AB239E is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 158 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 305.74º | 0.66% | 0.4% | - |
| HSV(B) | 305.74º | 0.8% | 0.67% | - |
| XYZ | 23.57 | 12.33 | 33.49 | - |
| YUV | 89.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 158 | 0 | 0.80 | 0.08 | 0.33 | 305.74 | 0.66 | 0.4 |
| Hex | AB | 23 | 9E | 0 | 50 | 8 | 21 | 132 | 42 | 28 |
| Octal | 253 | 43 | 236 | 0 | 120 | 10 | 41 | 462 | 102 | 50 |
| Binary | 10101011 | 100011 | 10011110 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000010 | 101000 |
Color Harmonies of #AB239E
Complementary color
Monochromatic Colors of #AB239E
Black with #AB239E
Text Example
Text Example
White with #AB239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB239E; }
p { color: rgb(171,35,158); }
H1.HeaderClassName
{
color: #AB239E;
}
.AnyTagClassName
{
color: #AB239E;
}
</style>
background-color css
<style>
a { background-color: #AB239E; }
a { background-color: rgb(171,35,158); }
div.DivClassName
{
background-color: #AB239E;
}
.BgClassName
{
background-color: #AB239E;
}
</style>
border-color css
<style>
span { border-color: #AB239E; }
span { border-color: rgb(171,35,158); }
td.TdClassName
{
border-color: #AB239E;
}
.TagClassName
{
border-color: #AB239E;
}
</style>