Shades of Medium Red Violet #AB229C
Tints of Medium Red Violet #AB229C
RGB
CMYK
RGB Variations
Color information
#AB229C (or 0xAB229C) is known color: Medium Red Violet. HEX triplet: AB, 22 and 9C. RGB value is (171,34,156). Sum of RGB (Red+Green+Blue) = 171+34+156=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB229C is #54DD63. Grayscale: #585858. Windows color (decimal): -5561700 or 10232491. OLE color: 10232491.
HSL color Cylindrical-coordinate representation of color #AB229C: hue angle of 306.57º 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 #AB229C is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 156 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.33 |
| HSL | 306.57º | 0.67% | 0.4% | - |
| HSV(B) | 306.57º | 0.8% | 0.67% | - |
| XYZ | 23.37 | 12.2 | 32.58 | - |
| YUV | 88.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 156 | 0 | 0.80 | 0.09 | 0.33 | 306.57 | 0.67 | 0.4 |
| Hex | AB | 22 | 9C | 0 | 50 | 9 | 21 | 133 | 43 | 28 |
| Octal | 253 | 42 | 234 | 0 | 120 | 11 | 41 | 463 | 103 | 50 |
| Binary | 10101011 | 100010 | 10011100 | 0 | 1010000 | 1001 | 100001 | 100110011 | 1000011 | 101000 |
Color Harmonies of #AB229C
Complementary color
Monochromatic Colors of #AB229C
Black with #AB229C
Text Example
Text Example
White with #AB229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB229C; }
p { color: rgb(171,34,156); }
H1.HeaderClassName
{
color: #AB229C;
}
.AnyTagClassName
{
color: #AB229C;
}
</style>
background-color css
<style>
a { background-color: #AB229C; }
a { background-color: rgb(171,34,156); }
div.DivClassName
{
background-color: #AB229C;
}
.BgClassName
{
background-color: #AB229C;
}
</style>
border-color css
<style>
span { border-color: #AB229C; }
span { border-color: rgb(171,34,156); }
td.TdClassName
{
border-color: #AB229C;
}
.TagClassName
{
border-color: #AB229C;
}
</style>