Shades of Medium Red Violet #AB1E9C
Tints of Medium Red Violet #AB1E9C
RGB
CMYK
RGB Variations
Color information
#AB1E9C (or 0xAB1E9C) is known color: Medium Red Violet. HEX triplet: AB, 1E and 9C. RGB value is (171,30,156). Sum of RGB (Red+Green+Blue) = 171+30+156=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1E9C is #54E163. Grayscale: #565656. Windows color (decimal): -5562724 or 10231467. OLE color: 10231467.
HSL color Cylindrical-coordinate representation of color #AB1E9C: hue angle of 306.38º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E9C is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 156 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.33 |
| HSL | 306.38º | 0.7% | 0.39% | - |
| HSV(B) | 306.38º | 0.82% | 0.67% | - |
| XYZ | 23.26 | 11.99 | 32.54 | - |
| YUV | 86.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 156 | 0 | 0.82 | 0.09 | 0.33 | 306.38 | 0.7 | 0.39 |
| Hex | AB | 1E | 9C | 0 | 52 | 9 | 21 | 132 | 46 | 27 |
| Octal | 253 | 36 | 234 | 0 | 122 | 11 | 41 | 462 | 106 | 47 |
| Binary | 10101011 | 11110 | 10011100 | 0 | 1010010 | 1001 | 100001 | 100110010 | 1000110 | 100111 |
Color Harmonies of #AB1E9C
Complementary color
Monochromatic Colors of #AB1E9C
Black with #AB1E9C
Text Example
Text Example
White with #AB1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E9C; }
p { color: rgb(171,30,156); }
H1.HeaderClassName
{
color: #AB1E9C;
}
.AnyTagClassName
{
color: #AB1E9C;
}
</style>
background-color css
<style>
a { background-color: #AB1E9C; }
a { background-color: rgb(171,30,156); }
div.DivClassName
{
background-color: #AB1E9C;
}
.BgClassName
{
background-color: #AB1E9C;
}
</style>
border-color css
<style>
span { border-color: #AB1E9C; }
span { border-color: rgb(171,30,156); }
td.TdClassName
{
border-color: #AB1E9C;
}
.TagClassName
{
border-color: #AB1E9C;
}
</style>