Shades of Medium Red Violet #AB3096
Tints of Medium Red Violet #AB3096
RGB
CMYK
RGB Variations
Color information
#AB3096 (or 0xAB3096) is known color: Medium Red Violet. HEX triplet: AB, 30 and 96. RGB value is (171,48,150). Sum of RGB (Red+Green+Blue) = 171+48+150=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3096 is #54CF69. Grayscale: #606060. Windows color (decimal): -5558122 or 9842859. OLE color: 9842859.
HSL color Cylindrical-coordinate representation of color #AB3096: hue angle of 310.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3096 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 150 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.33 |
| HSL | 310.24º | 0.56% | 0.43% | - |
| HSV(B) | 310.24º | 0.72% | 0.67% | - |
| XYZ | 23.36 | 12.97 | 30.13 | - |
| YUV | 96.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 150 | 0 | 0.72 | 0.12 | 0.33 | 310.24 | 0.56 | 0.43 |
| Hex | AB | 30 | 96 | 0 | 48 | C | 21 | 136 | 38 | 2B |
| Octal | 253 | 60 | 226 | 0 | 110 | 14 | 41 | 466 | 70 | 53 |
| Binary | 10101011 | 110000 | 10010110 | 0 | 1001000 | 1100 | 100001 | 100110110 | 111000 | 101011 |
Color Harmonies of #AB3096
Complementary color
Monochromatic Colors of #AB3096
Black with #AB3096
Text Example
Text Example
White with #AB3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3096; }
p { color: rgb(171,48,150); }
H1.HeaderClassName
{
color: #AB3096;
}
.AnyTagClassName
{
color: #AB3096;
}
</style>
background-color css
<style>
a { background-color: #AB3096; }
a { background-color: rgb(171,48,150); }
div.DivClassName
{
background-color: #AB3096;
}
.BgClassName
{
background-color: #AB3096;
}
</style>
border-color css
<style>
span { border-color: #AB3096; }
span { border-color: rgb(171,48,150); }
td.TdClassName
{
border-color: #AB3096;
}
.TagClassName
{
border-color: #AB3096;
}
</style>