Shades of Medium Red Violet #AB237B
Tints of Medium Red Violet #AB237B
RGB
CMYK
RGB Variations
Color information
#AB237B (or 0xAB237B) is known color: Medium Red Violet. HEX triplet: AB, 23 and 7B. RGB value is (171,35,123). Sum of RGB (Red+Green+Blue) = 171+35+123=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB237B is #54DC84. Grayscale: #555555. Windows color (decimal): -5561477 or 8070059. OLE color: 8070059.
HSL color Cylindrical-coordinate representation of color #AB237B: hue angle of 321.18º 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 #AB237B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 123 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.33 |
| HSL | 321.18º | 0.66% | 0.4% | - |
| HSV(B) | 321.18º | 0.8% | 0.67% | - |
| XYZ | 20.97 | 11.29 | 19.81 | - |
| YUV | 85.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 123 | 0 | 0.80 | 0.28 | 0.33 | 321.18 | 0.66 | 0.4 |
| Hex | AB | 23 | 7B | 0 | 50 | 1C | 21 | 141 | 42 | 28 |
| Octal | 253 | 43 | 173 | 0 | 120 | 34 | 41 | 501 | 102 | 50 |
| Binary | 10101011 | 100011 | 1111011 | 0 | 1010000 | 11100 | 100001 | 101000001 | 1000010 | 101000 |
Color Harmonies of #AB237B
Complementary color
Monochromatic Colors of #AB237B
Black with #AB237B
Text Example
Text Example
White with #AB237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB237B; }
p { color: rgb(171,35,123); }
H1.HeaderClassName
{
color: #AB237B;
}
.AnyTagClassName
{
color: #AB237B;
}
</style>
background-color css
<style>
a { background-color: #AB237B; }
a { background-color: rgb(171,35,123); }
div.DivClassName
{
background-color: #AB237B;
}
.BgClassName
{
background-color: #AB237B;
}
</style>
border-color css
<style>
span { border-color: #AB237B; }
span { border-color: rgb(171,35,123); }
td.TdClassName
{
border-color: #AB237B;
}
.TagClassName
{
border-color: #AB237B;
}
</style>