Shades of Medium Red Violet #AB337E
Tints of Medium Red Violet #AB337E
RGB
CMYK
RGB Variations
Color information
#AB337E (or 0xAB337E) is known color: Medium Red Violet. HEX triplet: AB, 33 and 7E. RGB value is (171,51,126). Sum of RGB (Red+Green+Blue) = 171+51+126=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB337E is #54CC81. Grayscale: #5F5F5F. Windows color (decimal): -5557378 or 8270763. OLE color: 8270763.
HSL color Cylindrical-coordinate representation of color #AB337E: hue angle of 322.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB337E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 126 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.33 |
| HSL | 322.5º | 0.54% | 0.44% | - |
| HSV(B) | 322.5º | 0.7% | 0.67% | - |
| XYZ | 21.74 | 12.53 | 21.01 | - |
| YUV | 95.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 126 | 0 | 0.70 | 0.26 | 0.33 | 322.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 7E | 0 | 46 | 1A | 21 | 142 | 36 | 2C |
| Octal | 253 | 63 | 176 | 0 | 106 | 32 | 41 | 502 | 66 | 54 |
| Binary | 10101011 | 110011 | 1111110 | 0 | 1000110 | 11010 | 100001 | 101000010 | 110110 | 101100 |
Color Harmonies of #AB337E
Complementary color
Monochromatic Colors of #AB337E
Black with #AB337E
Text Example
Text Example
White with #AB337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB337E; }
p { color: rgb(171,51,126); }
H1.HeaderClassName
{
color: #AB337E;
}
.AnyTagClassName
{
color: #AB337E;
}
</style>
background-color css
<style>
a { background-color: #AB337E; }
a { background-color: rgb(171,51,126); }
div.DivClassName
{
background-color: #AB337E;
}
.BgClassName
{
background-color: #AB337E;
}
</style>
border-color css
<style>
span { border-color: #AB337E; }
span { border-color: rgb(171,51,126); }
td.TdClassName
{
border-color: #AB337E;
}
.TagClassName
{
border-color: #AB337E;
}
</style>