Shades of Medium Red Violet #AB3E8A
Tints of Medium Red Violet #AB3E8A
RGB
CMYK
RGB Variations
Color information
#AB3E8A (or 0xAB3E8A) is known color: Medium Red Violet. HEX triplet: AB, 3E and 8A. RGB value is (171,62,138). Sum of RGB (Red+Green+Blue) = 171+62+138=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E8A is #54C175. Grayscale: #676767. Windows color (decimal): -5554550 or 9060011. OLE color: 9060011.
HSL color Cylindrical-coordinate representation of color #AB3E8A: hue angle of 318.17º 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 #AB3E8A is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 138 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.33 |
| HSL | 318.17º | 0.47% | 0.46% | - |
| HSV(B) | 318.17º | 0.64% | 0.67% | - |
| XYZ | 23.1 | 13.94 | 25.52 | - |
| YUV | 103.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 138 | 0 | 0.64 | 0.19 | 0.33 | 318.17 | 0.47 | 0.46 |
| Hex | AB | 3E | 8A | 0 | 40 | 13 | 21 | 13E | 2F | 2E |
| Octal | 253 | 76 | 212 | 0 | 100 | 23 | 41 | 476 | 57 | 56 |
| Binary | 10101011 | 111110 | 10001010 | 0 | 1000000 | 10011 | 100001 | 100111110 | 101111 | 101110 |
Color Harmonies of #AB3E8A
Complementary color
Monochromatic Colors of #AB3E8A
Black with #AB3E8A
Text Example
Text Example
White with #AB3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E8A; }
p { color: rgb(171,62,138); }
H1.HeaderClassName
{
color: #AB3E8A;
}
.AnyTagClassName
{
color: #AB3E8A;
}
</style>
background-color css
<style>
a { background-color: #AB3E8A; }
a { background-color: rgb(171,62,138); }
div.DivClassName
{
background-color: #AB3E8A;
}
.BgClassName
{
background-color: #AB3E8A;
}
</style>
border-color css
<style>
span { border-color: #AB3E8A; }
span { border-color: rgb(171,62,138); }
td.TdClassName
{
border-color: #AB3E8A;
}
.TagClassName
{
border-color: #AB3E8A;
}
</style>