Shades of Medium Red Violet #AB3488
Tints of Medium Red Violet #AB3488
RGB
CMYK
RGB Variations
Color information
#AB3488 (or 0xAB3488) is known color: Medium Red Violet. HEX triplet: AB, 34 and 88. RGB value is (171,52,136). Sum of RGB (Red+Green+Blue) = 171+52+136=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3488 is #54CB77. Grayscale: #606060. Windows color (decimal): -5557112 or 8926379. OLE color: 8926379.
HSL color Cylindrical-coordinate representation of color #AB3488: hue angle of 317.65º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3488 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 136 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.33 |
| HSL | 317.65º | 0.53% | 0.44% | - |
| HSV(B) | 317.65º | 0.7% | 0.67% | - |
| XYZ | 22.47 | 12.89 | 24.6 | - |
| YUV | 97.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 136 | 0 | 0.70 | 0.20 | 0.33 | 317.65 | 0.53 | 0.44 |
| Hex | AB | 34 | 88 | 0 | 46 | 14 | 21 | 13E | 35 | 2C |
| Octal | 253 | 64 | 210 | 0 | 106 | 24 | 41 | 476 | 65 | 54 |
| Binary | 10101011 | 110100 | 10001000 | 0 | 1000110 | 10100 | 100001 | 100111110 | 110101 | 101100 |
Color Harmonies of #AB3488
Complementary color
Monochromatic Colors of #AB3488
Black with #AB3488
Text Example
Text Example
White with #AB3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3488; }
p { color: rgb(171,52,136); }
H1.HeaderClassName
{
color: #AB3488;
}
.AnyTagClassName
{
color: #AB3488;
}
</style>
background-color css
<style>
a { background-color: #AB3488; }
a { background-color: rgb(171,52,136); }
div.DivClassName
{
background-color: #AB3488;
}
.BgClassName
{
background-color: #AB3488;
}
</style>
border-color css
<style>
span { border-color: #AB3488; }
span { border-color: rgb(171,52,136); }
td.TdClassName
{
border-color: #AB3488;
}
.TagClassName
{
border-color: #AB3488;
}
</style>