Shades of Medium Red Violet #AB237A
Tints of Medium Red Violet #AB237A
RGB
CMYK
RGB Variations
Color information
#AB237A (or 0xAB237A) is known color: Medium Red Violet. HEX triplet: AB, 23 and 7A. RGB value is (171,35,122). Sum of RGB (Red+Green+Blue) = 171+35+122=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB237A is #54DC85. Grayscale: #555555. Windows color (decimal): -5561478 or 8004523. OLE color: 8004523.
HSL color Cylindrical-coordinate representation of color #AB237A: hue angle of 321.62º 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 #AB237A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 122 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.33 |
| HSL | 321.62º | 0.66% | 0.4% | - |
| HSV(B) | 321.62º | 0.8% | 0.67% | - |
| XYZ | 20.91 | 11.27 | 19.48 | - |
| YUV | 85.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 122 | 0 | 0.80 | 0.29 | 0.33 | 321.62 | 0.66 | 0.4 |
| Hex | AB | 23 | 7A | 0 | 50 | 1D | 21 | 142 | 42 | 28 |
| Octal | 253 | 43 | 172 | 0 | 120 | 35 | 41 | 502 | 102 | 50 |
| Binary | 10101011 | 100011 | 1111010 | 0 | 1010000 | 11101 | 100001 | 101000010 | 1000010 | 101000 |
Color Harmonies of #AB237A
Complementary color
Monochromatic Colors of #AB237A
Black with #AB237A
Text Example
Text Example
White with #AB237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB237A; }
p { color: rgb(171,35,122); }
H1.HeaderClassName
{
color: #AB237A;
}
.AnyTagClassName
{
color: #AB237A;
}
</style>
background-color css
<style>
a { background-color: #AB237A; }
a { background-color: rgb(171,35,122); }
div.DivClassName
{
background-color: #AB237A;
}
.BgClassName
{
background-color: #AB237A;
}
</style>
border-color css
<style>
span { border-color: #AB237A; }
span { border-color: rgb(171,35,122); }
td.TdClassName
{
border-color: #AB237A;
}
.TagClassName
{
border-color: #AB237A;
}
</style>