Shades of Medium Red Violet #AB229E
Tints of Medium Red Violet #AB229E
RGB
CMYK
RGB Variations
Color information
#AB229E (or 0xAB229E) is known color: Medium Red Violet. HEX triplet: AB, 22 and 9E. RGB value is (171,34,158). Sum of RGB (Red+Green+Blue) = 171+34+158=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229E is #54DD61. Grayscale: #585858. Windows color (decimal): -5561698 or 10363563. OLE color: 10363563.
HSL color Cylindrical-coordinate representation of color #AB229E: hue angle of 305.69º 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 #AB229E is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 158 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 305.69º | 0.67% | 0.4% | - |
| HSV(B) | 305.69º | 0.8% | 0.67% | - |
| XYZ | 23.54 | 12.27 | 33.48 | - |
| YUV | 89.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 158 | 0 | 0.80 | 0.08 | 0.33 | 305.69 | 0.67 | 0.4 |
| Hex | AB | 22 | 9E | 0 | 50 | 8 | 21 | 132 | 43 | 28 |
| Octal | 253 | 42 | 236 | 0 | 120 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101011 | 100010 | 10011110 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AB229E
Complementary color
Monochromatic Colors of #AB229E
Black with #AB229E
Text Example
Text Example
White with #AB229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB229E; }
p { color: rgb(171,34,158); }
H1.HeaderClassName
{
color: #AB229E;
}
.AnyTagClassName
{
color: #AB229E;
}
</style>
background-color css
<style>
a { background-color: #AB229E; }
a { background-color: rgb(171,34,158); }
div.DivClassName
{
background-color: #AB229E;
}
.BgClassName
{
background-color: #AB229E;
}
</style>
border-color css
<style>
span { border-color: #AB229E; }
span { border-color: rgb(171,34,158); }
td.TdClassName
{
border-color: #AB229E;
}
.TagClassName
{
border-color: #AB229E;
}
</style>