Shades of Medium Red Violet #AB4280
Tints of Medium Red Violet #AB4280
RGB
CMYK
RGB Variations
Color information
#AB4280 (or 0xAB4280) is known color: Medium Red Violet. HEX triplet: AB, 42 and 80. RGB value is (171,66,128). Sum of RGB (Red+Green+Blue) = 171+66+128=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4280 is #54BD7F. Grayscale: #686868. Windows color (decimal): -5553536 or 8405675. OLE color: 8405675.
HSL color Cylindrical-coordinate representation of color #AB4280: hue angle of 324.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4280 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 128 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.33 |
| HSL | 324.57º | 0.44% | 0.46% | - |
| HSV(B) | 324.57º | 0.61% | 0.67% | - |
| XYZ | 22.64 | 14.11 | 21.95 | - |
| YUV | 104.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 128 | 0 | 0.61 | 0.25 | 0.33 | 324.57 | 0.44 | 0.46 |
| Hex | AB | 42 | 80 | 0 | 3D | 19 | 21 | 145 | 2C | 2E |
| Octal | 253 | 102 | 200 | 0 | 75 | 31 | 41 | 505 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10000000 | 0 | 111101 | 11001 | 100001 | 101000101 | 101100 | 101110 |
Color Harmonies of #AB4280
Complementary color
Monochromatic Colors of #AB4280
Black with #AB4280
Text Example
Text Example
White with #AB4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4280; }
p { color: rgb(171,66,128); }
H1.HeaderClassName
{
color: #AB4280;
}
.AnyTagClassName
{
color: #AB4280;
}
</style>
background-color css
<style>
a { background-color: #AB4280; }
a { background-color: rgb(171,66,128); }
div.DivClassName
{
background-color: #AB4280;
}
.BgClassName
{
background-color: #AB4280;
}
</style>
border-color css
<style>
span { border-color: #AB4280; }
span { border-color: rgb(171,66,128); }
td.TdClassName
{
border-color: #AB4280;
}
.TagClassName
{
border-color: #AB4280;
}
</style>