Shades of Medium Red Violet #AB328C
Tints of Medium Red Violet #AB328C
RGB
CMYK
RGB Variations
Color information
#AB328C (or 0xAB328C) is known color: Medium Red Violet. HEX triplet: AB, 32 and 8C. RGB value is (171,50,140). Sum of RGB (Red+Green+Blue) = 171+50+140=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328C is #54CD73. Grayscale: #606060. Windows color (decimal): -5557620 or 9188011. OLE color: 9188011.
HSL color Cylindrical-coordinate representation of color #AB328C: hue angle of 315.37º 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 #AB328C is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 140 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.33 |
| HSL | 315.37º | 0.55% | 0.43% | - |
| HSV(B) | 315.37º | 0.71% | 0.67% | - |
| XYZ | 22.67 | 12.83 | 26.09 | - |
| YUV | 96.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 140 | 0 | 0.71 | 0.18 | 0.33 | 315.37 | 0.55 | 0.43 |
| Hex | AB | 32 | 8C | 0 | 47 | 12 | 21 | 13B | 37 | 2B |
| Octal | 253 | 62 | 214 | 0 | 107 | 22 | 41 | 473 | 67 | 53 |
| Binary | 10101011 | 110010 | 10001100 | 0 | 1000111 | 10010 | 100001 | 100111011 | 110111 | 101011 |
Color Harmonies of #AB328C
Complementary color
Monochromatic Colors of #AB328C
Black with #AB328C
Text Example
Text Example
White with #AB328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB328C; }
p { color: rgb(171,50,140); }
H1.HeaderClassName
{
color: #AB328C;
}
.AnyTagClassName
{
color: #AB328C;
}
</style>
background-color css
<style>
a { background-color: #AB328C; }
a { background-color: rgb(171,50,140); }
div.DivClassName
{
background-color: #AB328C;
}
.BgClassName
{
background-color: #AB328C;
}
</style>
border-color css
<style>
span { border-color: #AB328C; }
span { border-color: rgb(171,50,140); }
td.TdClassName
{
border-color: #AB328C;
}
.TagClassName
{
border-color: #AB328C;
}
</style>