Shades of Medium Red Violet #AB3B8C
Tints of Medium Red Violet #AB3B8C
RGB
CMYK
RGB Variations
Color information
#AB3B8C (or 0xAB3B8C) is known color: Medium Red Violet. HEX triplet: AB, 3B and 8C. RGB value is (171,59,140). Sum of RGB (Red+Green+Blue) = 171+59+140=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3B8C is #54C473. Grayscale: #656565. Windows color (decimal): -5555316 or 9190315. OLE color: 9190315.
HSL color Cylindrical-coordinate representation of color #AB3B8C: hue angle of 316.61º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B8C is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 140 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.33 |
| HSL | 316.61º | 0.49% | 0.45% | - |
| HSV(B) | 316.61º | 0.65% | 0.67% | - |
| XYZ | 23.09 | 13.68 | 26.23 | - |
| YUV | 101.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 140 | 0 | 0.65 | 0.18 | 0.33 | 316.61 | 0.49 | 0.45 |
| Hex | AB | 3B | 8C | 0 | 41 | 12 | 21 | 13D | 31 | 2D |
| Octal | 253 | 73 | 214 | 0 | 101 | 22 | 41 | 475 | 61 | 55 |
| Binary | 10101011 | 111011 | 10001100 | 0 | 1000001 | 10010 | 100001 | 100111101 | 110001 | 101101 |
Color Harmonies of #AB3B8C
Complementary color
Monochromatic Colors of #AB3B8C
Black with #AB3B8C
Text Example
Text Example
White with #AB3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B8C; }
p { color: rgb(171,59,140); }
H1.HeaderClassName
{
color: #AB3B8C;
}
.AnyTagClassName
{
color: #AB3B8C;
}
</style>
background-color css
<style>
a { background-color: #AB3B8C; }
a { background-color: rgb(171,59,140); }
div.DivClassName
{
background-color: #AB3B8C;
}
.BgClassName
{
background-color: #AB3B8C;
}
</style>
border-color css
<style>
span { border-color: #AB3B8C; }
span { border-color: rgb(171,59,140); }
td.TdClassName
{
border-color: #AB3B8C;
}
.TagClassName
{
border-color: #AB3B8C;
}
</style>