Shades of Medium Red Violet #AB228D
Tints of Medium Red Violet #AB228D
RGB
CMYK
RGB Variations
Color information
#AB228D (or 0xAB228D) is known color: Medium Red Violet. HEX triplet: AB, 22 and 8D. RGB value is (171,34,141). Sum of RGB (Red+Green+Blue) = 171+34+141=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB228D is #54DD72. Grayscale: #565656. Windows color (decimal): -5561715 or 9249451. OLE color: 9249451.
HSL color Cylindrical-coordinate representation of color #AB228D: hue angle of 313.14º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB228D is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 141 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.33 |
| HSL | 313.14º | 0.67% | 0.4% | - |
| HSV(B) | 313.14º | 0.8% | 0.67% | - |
| XYZ | 22.17 | 11.73 | 26.29 | - |
| YUV | 87.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 141 | 0 | 0.80 | 0.18 | 0.33 | 313.14 | 0.67 | 0.4 |
| Hex | AB | 22 | 8D | 0 | 50 | 12 | 21 | 139 | 43 | 28 |
| Octal | 253 | 42 | 215 | 0 | 120 | 22 | 41 | 471 | 103 | 50 |
| Binary | 10101011 | 100010 | 10001101 | 0 | 1010000 | 10010 | 100001 | 100111001 | 1000011 | 101000 |
Color Harmonies of #AB228D
Complementary color
Monochromatic Colors of #AB228D
Black with #AB228D
Text Example
Text Example
White with #AB228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB228D; }
p { color: rgb(171,34,141); }
H1.HeaderClassName
{
color: #AB228D;
}
.AnyTagClassName
{
color: #AB228D;
}
</style>
background-color css
<style>
a { background-color: #AB228D; }
a { background-color: rgb(171,34,141); }
div.DivClassName
{
background-color: #AB228D;
}
.BgClassName
{
background-color: #AB228D;
}
</style>
border-color css
<style>
span { border-color: #AB228D; }
span { border-color: rgb(171,34,141); }
td.TdClassName
{
border-color: #AB228D;
}
.TagClassName
{
border-color: #AB228D;
}
</style>