Shades of Medium Red Violet #AB379C
Tints of Medium Red Violet #AB379C
RGB
CMYK
RGB Variations
Color information
#AB379C (or 0xAB379C) is known color: Medium Red Violet. HEX triplet: AB, 37 and 9C. RGB value is (171,55,156). Sum of RGB (Red+Green+Blue) = 171+55+156=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB379C is #54C863. Grayscale: #646464. Windows color (decimal): -5556324 or 10237867. OLE color: 10237867.
HSL color Cylindrical-coordinate representation of color #AB379C: hue angle of 307.76º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB379C is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 156 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.33 |
| HSL | 307.76º | 0.51% | 0.44% | - |
| HSV(B) | 307.76º | 0.68% | 0.67% | - |
| XYZ | 24.16 | 13.79 | 32.84 | - |
| YUV | 101.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 156 | 0 | 0.68 | 0.09 | 0.33 | 307.76 | 0.51 | 0.44 |
| Hex | AB | 37 | 9C | 0 | 44 | 9 | 21 | 134 | 33 | 2C |
| Octal | 253 | 67 | 234 | 0 | 104 | 11 | 41 | 464 | 63 | 54 |
| Binary | 10101011 | 110111 | 10011100 | 0 | 1000100 | 1001 | 100001 | 100110100 | 110011 | 101100 |
Color Harmonies of #AB379C
Complementary color
Monochromatic Colors of #AB379C
Black with #AB379C
Text Example
Text Example
White with #AB379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB379C; }
p { color: rgb(171,55,156); }
H1.HeaderClassName
{
color: #AB379C;
}
.AnyTagClassName
{
color: #AB379C;
}
</style>
background-color css
<style>
a { background-color: #AB379C; }
a { background-color: rgb(171,55,156); }
div.DivClassName
{
background-color: #AB379C;
}
.BgClassName
{
background-color: #AB379C;
}
</style>
border-color css
<style>
span { border-color: #AB379C; }
span { border-color: rgb(171,55,156); }
td.TdClassName
{
border-color: #AB379C;
}
.TagClassName
{
border-color: #AB379C;
}
</style>