Shades of Medium Red Violet #AB328E
Tints of Medium Red Violet #AB328E
RGB
CMYK
RGB Variations
Color information
#AB328E (or 0xAB328E) is known color: Medium Red Violet. HEX triplet: AB, 32 and 8E. RGB value is (171,50,142). Sum of RGB (Red+Green+Blue) = 171+50+142=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328E is #54CD71. Grayscale: #606060. Windows color (decimal): -5557618 or 9319083. OLE color: 9319083.
HSL color Cylindrical-coordinate representation of color #AB328E: hue angle of 314.38º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB328E is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 142 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.33 |
| HSL | 314.38º | 0.55% | 0.43% | - |
| HSV(B) | 314.38º | 0.71% | 0.67% | - |
| XYZ | 22.82 | 12.89 | 26.88 | - |
| YUV | 96.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 142 | 0 | 0.71 | 0.17 | 0.33 | 314.38 | 0.55 | 0.43 |
| Hex | AB | 32 | 8E | 0 | 47 | 11 | 21 | 13A | 37 | 2B |
| Octal | 253 | 62 | 216 | 0 | 107 | 21 | 41 | 472 | 67 | 53 |
| Binary | 10101011 | 110010 | 10001110 | 0 | 1000111 | 10001 | 100001 | 100111010 | 110111 | 101011 |
Color Harmonies of #AB328E
Complementary color
Monochromatic Colors of #AB328E
Black with #AB328E
Text Example
Text Example
White with #AB328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB328E; }
p { color: rgb(171,50,142); }
H1.HeaderClassName
{
color: #AB328E;
}
.AnyTagClassName
{
color: #AB328E;
}
</style>
background-color css
<style>
a { background-color: #AB328E; }
a { background-color: rgb(171,50,142); }
div.DivClassName
{
background-color: #AB328E;
}
.BgClassName
{
background-color: #AB328E;
}
</style>
border-color css
<style>
span { border-color: #AB328E; }
span { border-color: rgb(171,50,142); }
td.TdClassName
{
border-color: #AB328E;
}
.TagClassName
{
border-color: #AB328E;
}
</style>