Shades of Medium Red Violet #AB238A
Tints of Medium Red Violet #AB238A
RGB
CMYK
RGB Variations
Color information
#AB238A (or 0xAB238A) is known color: Medium Red Violet. HEX triplet: AB, 23 and 8A. RGB value is (171,35,138). Sum of RGB (Red+Green+Blue) = 171+35+138=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB238A is #54DC75. Grayscale: #575757. Windows color (decimal): -5561462 or 9053099. OLE color: 9053099.
HSL color Cylindrical-coordinate representation of color #AB238A: hue angle of 314.56º 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 #AB238A is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 138 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 314.56º | 0.66% | 0.4% | - |
| HSV(B) | 314.56º | 0.8% | 0.67% | - |
| XYZ | 21.98 | 11.69 | 25.14 | - |
| YUV | 87.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 138 | 0 | 0.80 | 0.19 | 0.33 | 314.56 | 0.66 | 0.4 |
| Hex | AB | 23 | 8A | 0 | 50 | 13 | 21 | 13B | 42 | 28 |
| Octal | 253 | 43 | 212 | 0 | 120 | 23 | 41 | 473 | 102 | 50 |
| Binary | 10101011 | 100011 | 10001010 | 0 | 1010000 | 10011 | 100001 | 100111011 | 1000010 | 101000 |
Color Harmonies of #AB238A
Complementary color
Monochromatic Colors of #AB238A
Black with #AB238A
Text Example
Text Example
White with #AB238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB238A; }
p { color: rgb(171,35,138); }
H1.HeaderClassName
{
color: #AB238A;
}
.AnyTagClassName
{
color: #AB238A;
}
</style>
background-color css
<style>
a { background-color: #AB238A; }
a { background-color: rgb(171,35,138); }
div.DivClassName
{
background-color: #AB238A;
}
.BgClassName
{
background-color: #AB238A;
}
</style>
border-color css
<style>
span { border-color: #AB238A; }
span { border-color: rgb(171,35,138); }
td.TdClassName
{
border-color: #AB238A;
}
.TagClassName
{
border-color: #AB238A;
}
</style>