Shades of Medium Red Violet #AB369C
Tints of Medium Red Violet #AB369C
RGB
CMYK
RGB Variations
Color information
#AB369C (or 0xAB369C) is known color: Medium Red Violet. HEX triplet: AB, 36 and 9C. RGB value is (171,54,156). Sum of RGB (Red+Green+Blue) = 171+54+156=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB369C is #54C963. Grayscale: #646464. Windows color (decimal): -5556580 or 10237611. OLE color: 10237611.
HSL color Cylindrical-coordinate representation of color #AB369C: hue angle of 307.69º degrees, saturation: 0.52, 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 #AB369C is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 156 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.33 |
| HSL | 307.69º | 0.52% | 0.44% | - |
| HSV(B) | 307.69º | 0.68% | 0.67% | - |
| XYZ | 24.11 | 13.7 | 32.83 | - |
| YUV | 100.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 156 | 0 | 0.68 | 0.09 | 0.33 | 307.69 | 0.52 | 0.44 |
| Hex | AB | 36 | 9C | 0 | 44 | 9 | 21 | 134 | 34 | 2C |
| Octal | 253 | 66 | 234 | 0 | 104 | 11 | 41 | 464 | 64 | 54 |
| Binary | 10101011 | 110110 | 10011100 | 0 | 1000100 | 1001 | 100001 | 100110100 | 110100 | 101100 |
Color Harmonies of #AB369C
Complementary color
Monochromatic Colors of #AB369C
Black with #AB369C
Text Example
Text Example
White with #AB369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB369C; }
p { color: rgb(171,54,156); }
H1.HeaderClassName
{
color: #AB369C;
}
.AnyTagClassName
{
color: #AB369C;
}
</style>
background-color css
<style>
a { background-color: #AB369C; }
a { background-color: rgb(171,54,156); }
div.DivClassName
{
background-color: #AB369C;
}
.BgClassName
{
background-color: #AB369C;
}
</style>
border-color css
<style>
span { border-color: #AB369C; }
span { border-color: rgb(171,54,156); }
td.TdClassName
{
border-color: #AB369C;
}
.TagClassName
{
border-color: #AB369C;
}
</style>