Shades of Medium Red Violet #AB3E8B
Tints of Medium Red Violet #AB3E8B
RGB
CMYK
RGB Variations
Color information
#AB3E8B (or 0xAB3E8B) is known color: Medium Red Violet. HEX triplet: AB, 3E and 8B. RGB value is (171,62,139). Sum of RGB (Red+Green+Blue) = 171+62+139=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E8B is #54C174. Grayscale: #676767. Windows color (decimal): -5554549 or 9125547. OLE color: 9125547.
HSL color Cylindrical-coordinate representation of color #AB3E8B: hue angle of 317.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E8B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 139 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.33 |
| HSL | 317.61º | 0.47% | 0.46% | - |
| HSV(B) | 317.61º | 0.64% | 0.67% | - |
| XYZ | 23.18 | 13.97 | 25.9 | - |
| YUV | 103.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 139 | 0 | 0.64 | 0.19 | 0.33 | 317.61 | 0.47 | 0.46 |
| Hex | AB | 3E | 8B | 0 | 40 | 13 | 21 | 13E | 2F | 2E |
| Octal | 253 | 76 | 213 | 0 | 100 | 23 | 41 | 476 | 57 | 56 |
| Binary | 10101011 | 111110 | 10001011 | 0 | 1000000 | 10011 | 100001 | 100111110 | 101111 | 101110 |
Color Harmonies of #AB3E8B
Complementary color
Monochromatic Colors of #AB3E8B
Black with #AB3E8B
Text Example
Text Example
White with #AB3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E8B; }
p { color: rgb(171,62,139); }
H1.HeaderClassName
{
color: #AB3E8B;
}
.AnyTagClassName
{
color: #AB3E8B;
}
</style>
background-color css
<style>
a { background-color: #AB3E8B; }
a { background-color: rgb(171,62,139); }
div.DivClassName
{
background-color: #AB3E8B;
}
.BgClassName
{
background-color: #AB3E8B;
}
</style>
border-color css
<style>
span { border-color: #AB3E8B; }
span { border-color: rgb(171,62,139); }
td.TdClassName
{
border-color: #AB3E8B;
}
.TagClassName
{
border-color: #AB3E8B;
}
</style>