Shades of Medium Red Violet #AB367F
Tints of Medium Red Violet #AB367F
RGB
CMYK
RGB Variations
Color information
#AB367F (or 0xAB367F) is known color: Medium Red Violet. HEX triplet: AB, 36 and 7F. RGB value is (171,54,127). Sum of RGB (Red+Green+Blue) = 171+54+127=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB367F is #54C980. Grayscale: #616161. Windows color (decimal): -5556609 or 8337067. OLE color: 8337067.
HSL color Cylindrical-coordinate representation of color #AB367F: hue angle of 322.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB367F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 127 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.33 |
| HSL | 322.56º | 0.52% | 0.44% | - |
| HSV(B) | 322.56º | 0.68% | 0.67% | - |
| XYZ | 21.94 | 12.83 | 21.4 | - |
| YUV | 97.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 127 | 0 | 0.68 | 0.26 | 0.33 | 322.56 | 0.52 | 0.44 |
| Hex | AB | 36 | 7F | 0 | 44 | 1A | 21 | 143 | 34 | 2C |
| Octal | 253 | 66 | 177 | 0 | 104 | 32 | 41 | 503 | 64 | 54 |
| Binary | 10101011 | 110110 | 1111111 | 0 | 1000100 | 11010 | 100001 | 101000011 | 110100 | 101100 |
Color Harmonies of #AB367F
Complementary color
Monochromatic Colors of #AB367F
Black with #AB367F
Text Example
Text Example
White with #AB367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB367F; }
p { color: rgb(171,54,127); }
H1.HeaderClassName
{
color: #AB367F;
}
.AnyTagClassName
{
color: #AB367F;
}
</style>
background-color css
<style>
a { background-color: #AB367F; }
a { background-color: rgb(171,54,127); }
div.DivClassName
{
background-color: #AB367F;
}
.BgClassName
{
background-color: #AB367F;
}
</style>
border-color css
<style>
span { border-color: #AB367F; }
span { border-color: rgb(171,54,127); }
td.TdClassName
{
border-color: #AB367F;
}
.TagClassName
{
border-color: #AB367F;
}
</style>