Shades of Medium Red Violet #AB399C
Tints of Medium Red Violet #AB399C
RGB
CMYK
RGB Variations
Color information
#AB399C (or 0xAB399C) is known color: Medium Red Violet. HEX triplet: AB, 39 and 9C. RGB value is (171,57,156). Sum of RGB (Red+Green+Blue) = 171+57+156=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB399C is #54C663. Grayscale: #666666. Windows color (decimal): -5555812 or 10238379. OLE color: 10238379.
HSL color Cylindrical-coordinate representation of color #AB399C: hue angle of 307.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB399C is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 156 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.33 |
| HSL | 307.89º | 0.5% | 0.45% | - |
| HSV(B) | 307.89º | 0.67% | 0.67% | - |
| XYZ | 24.26 | 13.98 | 32.87 | - |
| YUV | 102.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 156 | 0 | 0.67 | 0.09 | 0.33 | 307.89 | 0.5 | 0.45 |
| Hex | AB | 39 | 9C | 0 | 43 | 9 | 21 | 134 | 32 | 2D |
| Octal | 253 | 71 | 234 | 0 | 103 | 11 | 41 | 464 | 62 | 55 |
| Binary | 10101011 | 111001 | 10011100 | 0 | 1000011 | 1001 | 100001 | 100110100 | 110010 | 101101 |
Color Harmonies of #AB399C
Complementary color
Monochromatic Colors of #AB399C
Black with #AB399C
Text Example
Text Example
White with #AB399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB399C; }
p { color: rgb(171,57,156); }
H1.HeaderClassName
{
color: #AB399C;
}
.AnyTagClassName
{
color: #AB399C;
}
</style>
background-color css
<style>
a { background-color: #AB399C; }
a { background-color: rgb(171,57,156); }
div.DivClassName
{
background-color: #AB399C;
}
.BgClassName
{
background-color: #AB399C;
}
</style>
border-color css
<style>
span { border-color: #AB399C; }
span { border-color: rgb(171,57,156); }
td.TdClassName
{
border-color: #AB399C;
}
.TagClassName
{
border-color: #AB399C;
}
</style>