Shades of Medium Red Violet #AB4392
Tints of Medium Red Violet #AB4392
RGB
CMYK
RGB Variations
Color information
#AB4392 (or 0xAB4392) is known color: Medium Red Violet. HEX triplet: AB, 43 and 92. RGB value is (171,67,146). Sum of RGB (Red+Green+Blue) = 171+67+146=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4392 is #54BC6D. Grayscale: #6A6A6A. Windows color (decimal): -5553262 or 9585579. OLE color: 9585579.
HSL color Cylindrical-coordinate representation of color #AB4392: hue angle of 314.42º 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 #AB4392 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 146 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.33 |
| HSL | 314.42º | 0.44% | 0.47% | - |
| HSV(B) | 314.42º | 0.61% | 0.67% | - |
| XYZ | 23.99 | 14.75 | 28.78 | - |
| YUV | 107.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 146 | 0 | 0.61 | 0.15 | 0.33 | 314.42 | 0.44 | 0.47 |
| Hex | AB | 43 | 92 | 0 | 3D | F | 21 | 13A | 2C | 2F |
| Octal | 253 | 103 | 222 | 0 | 75 | 17 | 41 | 472 | 54 | 57 |
| Binary | 10101011 | 1000011 | 10010010 | 0 | 111101 | 1111 | 100001 | 100111010 | 101100 | 101111 |
Color Harmonies of #AB4392
Complementary color
Monochromatic Colors of #AB4392
Black with #AB4392
Text Example
Text Example
White with #AB4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4392; }
p { color: rgb(171,67,146); }
H1.HeaderClassName
{
color: #AB4392;
}
.AnyTagClassName
{
color: #AB4392;
}
</style>
background-color css
<style>
a { background-color: #AB4392; }
a { background-color: rgb(171,67,146); }
div.DivClassName
{
background-color: #AB4392;
}
.BgClassName
{
background-color: #AB4392;
}
</style>
border-color css
<style>
span { border-color: #AB4392; }
span { border-color: rgb(171,67,146); }
td.TdClassName
{
border-color: #AB4392;
}
.TagClassName
{
border-color: #AB4392;
}
</style>