Shades of Medium Red Violet #AB328B
Tints of Medium Red Violet #AB328B
RGB
CMYK
RGB Variations
Color information
#AB328B (or 0xAB328B) is known color: Medium Red Violet. HEX triplet: AB, 32 and 8B. RGB value is (171,50,139). Sum of RGB (Red+Green+Blue) = 171+50+139=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328B is #54CD74. Grayscale: #606060. Windows color (decimal): -5557621 or 9122475. OLE color: 9122475.
HSL color Cylindrical-coordinate representation of color #AB328B: hue angle of 315.87º 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 #AB328B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 139 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.33 |
| HSL | 315.87º | 0.55% | 0.43% | - |
| HSV(B) | 315.87º | 0.71% | 0.67% | - |
| XYZ | 22.6 | 12.8 | 25.71 | - |
| YUV | 96.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 139 | 0 | 0.71 | 0.19 | 0.33 | 315.87 | 0.55 | 0.43 |
| Hex | AB | 32 | 8B | 0 | 47 | 13 | 21 | 13C | 37 | 2B |
| Octal | 253 | 62 | 213 | 0 | 107 | 23 | 41 | 474 | 67 | 53 |
| Binary | 10101011 | 110010 | 10001011 | 0 | 1000111 | 10011 | 100001 | 100111100 | 110111 | 101011 |
Color Harmonies of #AB328B
Complementary color
Monochromatic Colors of #AB328B
Black with #AB328B
Text Example
Text Example
White with #AB328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB328B; }
p { color: rgb(171,50,139); }
H1.HeaderClassName
{
color: #AB328B;
}
.AnyTagClassName
{
color: #AB328B;
}
</style>
background-color css
<style>
a { background-color: #AB328B; }
a { background-color: rgb(171,50,139); }
div.DivClassName
{
background-color: #AB328B;
}
.BgClassName
{
background-color: #AB328B;
}
</style>
border-color css
<style>
span { border-color: #AB328B; }
span { border-color: rgb(171,50,139); }
td.TdClassName
{
border-color: #AB328B;
}
.TagClassName
{
border-color: #AB328B;
}
</style>