Shades of Medium Red Violet #AB239A
Tints of Medium Red Violet #AB239A
RGB
CMYK
RGB Variations
Color information
#AB239A (or 0xAB239A) is known color: Medium Red Violet. HEX triplet: AB, 23 and 9A. RGB value is (171,35,154). Sum of RGB (Red+Green+Blue) = 171+35+154=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB239A is #54DC65. Grayscale: #585858. Windows color (decimal): -5561446 or 10101675. OLE color: 10101675.
HSL color Cylindrical-coordinate representation of color #AB239A: hue angle of 307.5º 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 #AB239A is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 154 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.33 |
| HSL | 307.5º | 0.66% | 0.4% | - |
| HSV(B) | 307.5º | 0.8% | 0.67% | - |
| XYZ | 23.23 | 12.19 | 31.7 | - |
| YUV | 89.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 154 | 0 | 0.80 | 0.10 | 0.33 | 307.5 | 0.66 | 0.4 |
| Hex | AB | 23 | 9A | 0 | 50 | A | 21 | 134 | 42 | 28 |
| Octal | 253 | 43 | 232 | 0 | 120 | 12 | 41 | 464 | 102 | 50 |
| Binary | 10101011 | 100011 | 10011010 | 0 | 1010000 | 1010 | 100001 | 100110100 | 1000010 | 101000 |
Color Harmonies of #AB239A
Complementary color
Monochromatic Colors of #AB239A
Black with #AB239A
Text Example
Text Example
White with #AB239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB239A; }
p { color: rgb(171,35,154); }
H1.HeaderClassName
{
color: #AB239A;
}
.AnyTagClassName
{
color: #AB239A;
}
</style>
background-color css
<style>
a { background-color: #AB239A; }
a { background-color: rgb(171,35,154); }
div.DivClassName
{
background-color: #AB239A;
}
.BgClassName
{
background-color: #AB239A;
}
</style>
border-color css
<style>
span { border-color: #AB239A; }
span { border-color: rgb(171,35,154); }
td.TdClassName
{
border-color: #AB239A;
}
.TagClassName
{
border-color: #AB239A;
}
</style>