Shades of Medium Red Violet #AB3575
Tints of Medium Red Violet #AB3575
RGB
CMYK
RGB Variations
Color information
#AB3575 (or 0xAB3575) is known color: Medium Red Violet. HEX triplet: AB, 35 and 75. RGB value is (171,53,117). Sum of RGB (Red+Green+Blue) = 171+53+117=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3575 is #54CA8A. Grayscale: #5F5F5F. Windows color (decimal): -5556875 or 7681451. OLE color: 7681451.
HSL color Cylindrical-coordinate representation of color #AB3575: hue angle of 327.46º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3575 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 117 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.33 |
| HSL | 327.46º | 0.53% | 0.44% | - |
| HSV(B) | 327.46º | 0.69% | 0.67% | - |
| XYZ | 21.28 | 12.49 | 18.12 | - |
| YUV | 95.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 117 | 0 | 0.69 | 0.32 | 0.33 | 327.46 | 0.53 | 0.44 |
| Hex | AB | 35 | 75 | 0 | 45 | 20 | 21 | 147 | 35 | 2C |
| Octal | 253 | 65 | 165 | 0 | 105 | 40 | 41 | 507 | 65 | 54 |
| Binary | 10101011 | 110101 | 1110101 | 0 | 1000101 | 100000 | 100001 | 101000111 | 110101 | 101100 |
Color Harmonies of #AB3575
Complementary color
Monochromatic Colors of #AB3575
Black with #AB3575
Text Example
Text Example
White with #AB3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3575; }
p { color: rgb(171,53,117); }
H1.HeaderClassName
{
color: #AB3575;
}
.AnyTagClassName
{
color: #AB3575;
}
</style>
background-color css
<style>
a { background-color: #AB3575; }
a { background-color: rgb(171,53,117); }
div.DivClassName
{
background-color: #AB3575;
}
.BgClassName
{
background-color: #AB3575;
}
</style>
border-color css
<style>
span { border-color: #AB3575; }
span { border-color: rgb(171,53,117); }
td.TdClassName
{
border-color: #AB3575;
}
.TagClassName
{
border-color: #AB3575;
}
</style>