Shades of Medium Red Violet #AB4383
Tints of Medium Red Violet #AB4383
RGB
CMYK
RGB Variations
Color information
#AB4383 (or 0xAB4383) is known color: Medium Red Violet. HEX triplet: AB, 43 and 83. RGB value is (171,67,131). Sum of RGB (Red+Green+Blue) = 171+67+131=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4383 is #54BC7C. Grayscale: #696969. Windows color (decimal): -5553277 or 8602539. OLE color: 8602539.
HSL color Cylindrical-coordinate representation of color #AB4383: hue angle of 323.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4383 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 131 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.33 |
| HSL | 323.08º | 0.44% | 0.47% | - |
| HSV(B) | 323.08º | 0.61% | 0.67% | - |
| XYZ | 22.9 | 14.31 | 23.03 | - |
| YUV | 105.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 131 | 0 | 0.61 | 0.23 | 0.33 | 323.08 | 0.44 | 0.47 |
| Hex | AB | 43 | 83 | 0 | 3D | 17 | 21 | 143 | 2C | 2F |
| Octal | 253 | 103 | 203 | 0 | 75 | 27 | 41 | 503 | 54 | 57 |
| Binary | 10101011 | 1000011 | 10000011 | 0 | 111101 | 10111 | 100001 | 101000011 | 101100 | 101111 |
Color Harmonies of #AB4383
Complementary color
Monochromatic Colors of #AB4383
Black with #AB4383
Text Example
Text Example
White with #AB4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4383; }
p { color: rgb(171,67,131); }
H1.HeaderClassName
{
color: #AB4383;
}
.AnyTagClassName
{
color: #AB4383;
}
</style>
background-color css
<style>
a { background-color: #AB4383; }
a { background-color: rgb(171,67,131); }
div.DivClassName
{
background-color: #AB4383;
}
.BgClassName
{
background-color: #AB4383;
}
</style>
border-color css
<style>
span { border-color: #AB4383; }
span { border-color: rgb(171,67,131); }
td.TdClassName
{
border-color: #AB4383;
}
.TagClassName
{
border-color: #AB4383;
}
</style>