Shades of Medium Red Violet #AB328F
Tints of Medium Red Violet #AB328F
RGB
CMYK
RGB Variations
Color information
#AB328F (or 0xAB328F) is known color: Medium Red Violet. HEX triplet: AB, 32 and 8F. RGB value is (171,50,143). Sum of RGB (Red+Green+Blue) = 171+50+143=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB328F is #54CD70. Grayscale: #606060. Windows color (decimal): -5557617 or 9384619. OLE color: 9384619.
HSL color Cylindrical-coordinate representation of color #AB328F: hue angle of 313.88º 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 #AB328F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 143 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.33 |
| HSL | 313.88º | 0.55% | 0.43% | - |
| HSV(B) | 313.88º | 0.71% | 0.67% | - |
| XYZ | 22.89 | 12.92 | 27.27 | - |
| YUV | 96.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 143 | 0 | 0.71 | 0.16 | 0.33 | 313.88 | 0.55 | 0.43 |
| Hex | AB | 32 | 8F | 0 | 47 | 10 | 21 | 13A | 37 | 2B |
| Octal | 253 | 62 | 217 | 0 | 107 | 20 | 41 | 472 | 67 | 53 |
| Binary | 10101011 | 110010 | 10001111 | 0 | 1000111 | 10000 | 100001 | 100111010 | 110111 | 101011 |
Color Harmonies of #AB328F
Complementary color
Monochromatic Colors of #AB328F
Black with #AB328F
Text Example
Text Example
White with #AB328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB328F; }
p { color: rgb(171,50,143); }
H1.HeaderClassName
{
color: #AB328F;
}
.AnyTagClassName
{
color: #AB328F;
}
</style>
background-color css
<style>
a { background-color: #AB328F; }
a { background-color: rgb(171,50,143); }
div.DivClassName
{
background-color: #AB328F;
}
.BgClassName
{
background-color: #AB328F;
}
</style>
border-color css
<style>
span { border-color: #AB328F; }
span { border-color: rgb(171,50,143); }
td.TdClassName
{
border-color: #AB328F;
}
.TagClassName
{
border-color: #AB328F;
}
</style>