Shades of Medium Red Violet #AB2696
Tints of Medium Red Violet #AB2696
RGB
CMYK
RGB Variations
Color information
#AB2696 (or 0xAB2696) is known color: Medium Red Violet. HEX triplet: AB, 26 and 96. RGB value is (171,38,150). Sum of RGB (Red+Green+Blue) = 171+38+150=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2696 is #54D969. Grayscale: #5A5A5A. Windows color (decimal): -5560682 or 9840299. OLE color: 9840299.
HSL color Cylindrical-coordinate representation of color #AB2696: hue angle of 309.47º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2696 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 150 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.33 |
| HSL | 309.47º | 0.64% | 0.41% | - |
| HSV(B) | 309.47º | 0.78% | 0.67% | - |
| XYZ | 22.99 | 12.25 | 30.01 | - |
| YUV | 90.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 150 | 0 | 0.78 | 0.12 | 0.33 | 309.47 | 0.64 | 0.41 |
| Hex | AB | 26 | 96 | 0 | 4E | C | 21 | 135 | 40 | 29 |
| Octal | 253 | 46 | 226 | 0 | 116 | 14 | 41 | 465 | 100 | 51 |
| Binary | 10101011 | 100110 | 10010110 | 0 | 1001110 | 1100 | 100001 | 100110101 | 1000000 | 101001 |
Color Harmonies of #AB2696
Complementary color
Monochromatic Colors of #AB2696
Black with #AB2696
Text Example
Text Example
White with #AB2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2696; }
p { color: rgb(171,38,150); }
H1.HeaderClassName
{
color: #AB2696;
}
.AnyTagClassName
{
color: #AB2696;
}
</style>
background-color css
<style>
a { background-color: #AB2696; }
a { background-color: rgb(171,38,150); }
div.DivClassName
{
background-color: #AB2696;
}
.BgClassName
{
background-color: #AB2696;
}
</style>
border-color css
<style>
span { border-color: #AB2696; }
span { border-color: rgb(171,38,150); }
td.TdClassName
{
border-color: #AB2696;
}
.TagClassName
{
border-color: #AB2696;
}
</style>