Shades of Medium Red Violet #AB357F
Tints of Medium Red Violet #AB357F
RGB
CMYK
RGB Variations
Color information
#AB357F (or 0xAB357F) is known color: Medium Red Violet. HEX triplet: AB, 35 and 7F. RGB value is (171,53,127). Sum of RGB (Red+Green+Blue) = 171+53+127=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB357F is #54CA80. Grayscale: #606060. Windows color (decimal): -5556865 or 8336811. OLE color: 8336811.
HSL color Cylindrical-coordinate representation of color #AB357F: hue angle of 322.37º 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 #AB357F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 127 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.33 |
| HSL | 322.37º | 0.53% | 0.44% | - |
| HSV(B) | 322.37º | 0.69% | 0.67% | - |
| XYZ | 21.9 | 12.74 | 21.38 | - |
| YUV | 96.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 127 | 0 | 0.69 | 0.26 | 0.33 | 322.37 | 0.53 | 0.44 |
| Hex | AB | 35 | 7F | 0 | 45 | 1A | 21 | 142 | 35 | 2C |
| Octal | 253 | 65 | 177 | 0 | 105 | 32 | 41 | 502 | 65 | 54 |
| Binary | 10101011 | 110101 | 1111111 | 0 | 1000101 | 11010 | 100001 | 101000010 | 110101 | 101100 |
Color Harmonies of #AB357F
Complementary color
Monochromatic Colors of #AB357F
Black with #AB357F
Text Example
Text Example
White with #AB357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB357F; }
p { color: rgb(171,53,127); }
H1.HeaderClassName
{
color: #AB357F;
}
.AnyTagClassName
{
color: #AB357F;
}
</style>
background-color css
<style>
a { background-color: #AB357F; }
a { background-color: rgb(171,53,127); }
div.DivClassName
{
background-color: #AB357F;
}
.BgClassName
{
background-color: #AB357F;
}
</style>
border-color css
<style>
span { border-color: #AB357F; }
span { border-color: rgb(171,53,127); }
td.TdClassName
{
border-color: #AB357F;
}
.TagClassName
{
border-color: #AB357F;
}
</style>