Shades of Medium Red Violet #AB2075
Tints of Medium Red Violet #AB2075
RGB
CMYK
RGB Variations
Color information
#AB2075 (or 0xAB2075) is known color: Medium Red Violet. HEX triplet: AB, 20 and 75. RGB value is (171,32,117). Sum of RGB (Red+Green+Blue) = 171+32+117=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2075 is #54DF8A. Grayscale: #535353. Windows color (decimal): -5562251 or 7676075. OLE color: 7676075.
HSL color Cylindrical-coordinate representation of color #AB2075: hue angle of 323.31º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2075 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 117 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.33 |
| HSL | 323.31º | 0.68% | 0.4% | - |
| HSV(B) | 323.31º | 0.81% | 0.67% | - |
| XYZ | 20.52 | 10.98 | 17.87 | - |
| YUV | 83.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 117 | 0 | 0.81 | 0.32 | 0.33 | 323.31 | 0.68 | 0.4 |
| Hex | AB | 20 | 75 | 0 | 51 | 20 | 21 | 143 | 44 | 28 |
| Octal | 253 | 40 | 165 | 0 | 121 | 40 | 41 | 503 | 104 | 50 |
| Binary | 10101011 | 100000 | 1110101 | 0 | 1010001 | 100000 | 100001 | 101000011 | 1000100 | 101000 |
Color Harmonies of #AB2075
Complementary color
Monochromatic Colors of #AB2075
Black with #AB2075
Text Example
Text Example
White with #AB2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2075; }
p { color: rgb(171,32,117); }
H1.HeaderClassName
{
color: #AB2075;
}
.AnyTagClassName
{
color: #AB2075;
}
</style>
background-color css
<style>
a { background-color: #AB2075; }
a { background-color: rgb(171,32,117); }
div.DivClassName
{
background-color: #AB2075;
}
.BgClassName
{
background-color: #AB2075;
}
</style>
border-color css
<style>
span { border-color: #AB2075; }
span { border-color: rgb(171,32,117); }
td.TdClassName
{
border-color: #AB2075;
}
.TagClassName
{
border-color: #AB2075;
}
</style>