Shades of Medium Red Violet #AB337B
Tints of Medium Red Violet #AB337B
RGB
CMYK
RGB Variations
Color information
#AB337B (or 0xAB337B) is known color: Medium Red Violet. HEX triplet: AB, 33 and 7B. RGB value is (171,51,123). Sum of RGB (Red+Green+Blue) = 171+51+123=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB337B is #54CC84. Grayscale: #5E5E5E. Windows color (decimal): -5557381 or 8074155. OLE color: 8074155.
HSL color Cylindrical-coordinate representation of color #AB337B: hue angle of 324º 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 #AB337B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 123 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.33 |
| HSL | 324º | 0.54% | 0.44% | - |
| HSV(B) | 324º | 0.7% | 0.67% | - |
| XYZ | 21.55 | 12.46 | 20.01 | - |
| YUV | 95.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 123 | 0 | 0.70 | 0.28 | 0.33 | 324 | 0.54 | 0.44 |
| Hex | AB | 33 | 7B | 0 | 46 | 1C | 21 | 144 | 36 | 2C |
| Octal | 253 | 63 | 173 | 0 | 106 | 34 | 41 | 504 | 66 | 54 |
| Binary | 10101011 | 110011 | 1111011 | 0 | 1000110 | 11100 | 100001 | 101000100 | 110110 | 101100 |
Color Harmonies of #AB337B
Complementary color
Monochromatic Colors of #AB337B
Black with #AB337B
Text Example
Text Example
White with #AB337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB337B; }
p { color: rgb(171,51,123); }
H1.HeaderClassName
{
color: #AB337B;
}
.AnyTagClassName
{
color: #AB337B;
}
</style>
background-color css
<style>
a { background-color: #AB337B; }
a { background-color: rgb(171,51,123); }
div.DivClassName
{
background-color: #AB337B;
}
.BgClassName
{
background-color: #AB337B;
}
</style>
border-color css
<style>
span { border-color: #AB337B; }
span { border-color: rgb(171,51,123); }
td.TdClassName
{
border-color: #AB337B;
}
.TagClassName
{
border-color: #AB337B;
}
</style>