Shades of Medium Red Violet #AB229D
Tints of Medium Red Violet #AB229D
RGB
CMYK
RGB Variations
Color information
#AB229D (or 0xAB229D) is known color: Medium Red Violet. HEX triplet: AB, 22 and 9D. RGB value is (171,34,157). Sum of RGB (Red+Green+Blue) = 171+34+157=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229D is #54DD62. Grayscale: #585858. Windows color (decimal): -5561699 or 10298027. OLE color: 10298027.
HSL color Cylindrical-coordinate representation of color #AB229D: hue angle of 306.13º 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 #AB229D is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 157 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.33 |
| HSL | 306.13º | 0.67% | 0.4% | - |
| HSV(B) | 306.13º | 0.8% | 0.67% | - |
| XYZ | 23.45 | 12.24 | 33.02 | - |
| YUV | 88.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 157 | 0 | 0.80 | 0.08 | 0.33 | 306.13 | 0.67 | 0.4 |
| Hex | AB | 22 | 9D | 0 | 50 | 8 | 21 | 132 | 43 | 28 |
| Octal | 253 | 42 | 235 | 0 | 120 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101011 | 100010 | 10011101 | 0 | 1010000 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AB229D
Complementary color
Monochromatic Colors of #AB229D
Black with #AB229D
Text Example
Text Example
White with #AB229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB229D; }
p { color: rgb(171,34,157); }
H1.HeaderClassName
{
color: #AB229D;
}
.AnyTagClassName
{
color: #AB229D;
}
</style>
background-color css
<style>
a { background-color: #AB229D; }
a { background-color: rgb(171,34,157); }
div.DivClassName
{
background-color: #AB229D;
}
.BgClassName
{
background-color: #AB229D;
}
</style>
border-color css
<style>
span { border-color: #AB229D; }
span { border-color: rgb(171,34,157); }
td.TdClassName
{
border-color: #AB229D;
}
.TagClassName
{
border-color: #AB229D;
}
</style>