Shades of Medium Red Violet #AB4192
Tints of Medium Red Violet #AB4192
RGB
CMYK
RGB Variations
Color information
#AB4192 (or 0xAB4192) is known color: Medium Red Violet. HEX triplet: AB, 41 and 92. RGB value is (171,65,146). Sum of RGB (Red+Green+Blue) = 171+65+146=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4192 is #54BE6D. Grayscale: #696969. Windows color (decimal): -5553774 or 9585067. OLE color: 9585067.
HSL color Cylindrical-coordinate representation of color #AB4192: hue angle of 314.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4192 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 146 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.33 |
| HSL | 314.15º | 0.45% | 0.46% | - |
| HSV(B) | 314.15º | 0.62% | 0.67% | - |
| XYZ | 23.87 | 14.51 | 28.74 | - |
| YUV | 105.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 146 | 0 | 0.62 | 0.15 | 0.33 | 314.15 | 0.45 | 0.46 |
| Hex | AB | 41 | 92 | 0 | 3E | F | 21 | 13A | 2D | 2E |
| Octal | 253 | 101 | 222 | 0 | 76 | 17 | 41 | 472 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10010010 | 0 | 111110 | 1111 | 100001 | 100111010 | 101101 | 101110 |
Color Harmonies of #AB4192
Complementary color
Monochromatic Colors of #AB4192
Black with #AB4192
Text Example
Text Example
White with #AB4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4192; }
p { color: rgb(171,65,146); }
H1.HeaderClassName
{
color: #AB4192;
}
.AnyTagClassName
{
color: #AB4192;
}
</style>
background-color css
<style>
a { background-color: #AB4192; }
a { background-color: rgb(171,65,146); }
div.DivClassName
{
background-color: #AB4192;
}
.BgClassName
{
background-color: #AB4192;
}
</style>
border-color css
<style>
span { border-color: #AB4192; }
span { border-color: rgb(171,65,146); }
td.TdClassName
{
border-color: #AB4192;
}
.TagClassName
{
border-color: #AB4192;
}
</style>