Shades of Medium Red Violet #AB229F
Tints of Medium Red Violet #AB229F
RGB
CMYK
RGB Variations
Color information
#AB229F (or 0xAB229F) is known color: Medium Red Violet. HEX triplet: AB, 22 and 9F. RGB value is (171,34,159). Sum of RGB (Red+Green+Blue) = 171+34+159=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229F is #54DD60. Grayscale: #585858. Windows color (decimal): -5561697 or 10429099. OLE color: 10429099.
HSL color Cylindrical-coordinate representation of color #AB229F: hue angle of 305.26º 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 #AB229F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 159 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.33 |
| HSL | 305.26º | 0.67% | 0.4% | - |
| HSV(B) | 305.26º | 0.8% | 0.67% | - |
| XYZ | 23.62 | 12.31 | 33.93 | - |
| YUV | 89.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 159 | 0 | 0.80 | 0.07 | 0.33 | 305.26 | 0.67 | 0.4 |
| Hex | AB | 22 | 9F | 0 | 50 | 7 | 21 | 131 | 43 | 28 |
| Octal | 253 | 42 | 237 | 0 | 120 | 7 | 41 | 461 | 103 | 50 |
| Binary | 10101011 | 100010 | 10011111 | 0 | 1010000 | 111 | 100001 | 100110001 | 1000011 | 101000 |
Color Harmonies of #AB229F
Complementary color
Monochromatic Colors of #AB229F
Black with #AB229F
Text Example
Text Example
White with #AB229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB229F; }
p { color: rgb(171,34,159); }
H1.HeaderClassName
{
color: #AB229F;
}
.AnyTagClassName
{
color: #AB229F;
}
</style>
background-color css
<style>
a { background-color: #AB229F; }
a { background-color: rgb(171,34,159); }
div.DivClassName
{
background-color: #AB229F;
}
.BgClassName
{
background-color: #AB229F;
}
</style>
border-color css
<style>
span { border-color: #AB229F; }
span { border-color: rgb(171,34,159); }
td.TdClassName
{
border-color: #AB229F;
}
.TagClassName
{
border-color: #AB229F;
}
</style>