Shades of Medium Red Violet #AB3699
Tints of Medium Red Violet #AB3699
RGB
CMYK
RGB Variations
Color information
#AB3699 (or 0xAB3699) is known color: Medium Red Violet. HEX triplet: AB, 36 and 99. RGB value is (171,54,153). Sum of RGB (Red+Green+Blue) = 171+54+153=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3699 is #54C966. Grayscale: #636363. Windows color (decimal): -5556583 or 10041003. OLE color: 10041003.
HSL color Cylindrical-coordinate representation of color #AB3699: hue angle of 309.23º 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 #AB3699 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 153 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.33 |
| HSL | 309.23º | 0.52% | 0.44% | - |
| HSV(B) | 309.23º | 0.68% | 0.67% | - |
| XYZ | 23.86 | 13.6 | 31.5 | - |
| YUV | 100.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 153 | 0 | 0.68 | 0.11 | 0.33 | 309.23 | 0.52 | 0.44 |
| Hex | AB | 36 | 99 | 0 | 44 | B | 21 | 135 | 34 | 2C |
| Octal | 253 | 66 | 231 | 0 | 104 | 13 | 41 | 465 | 64 | 54 |
| Binary | 10101011 | 110110 | 10011001 | 0 | 1000100 | 1011 | 100001 | 100110101 | 110100 | 101100 |
Color Harmonies of #AB3699
Complementary color
Monochromatic Colors of #AB3699
Black with #AB3699
Text Example
Text Example
White with #AB3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3699; }
p { color: rgb(171,54,153); }
H1.HeaderClassName
{
color: #AB3699;
}
.AnyTagClassName
{
color: #AB3699;
}
</style>
background-color css
<style>
a { background-color: #AB3699; }
a { background-color: rgb(171,54,153); }
div.DivClassName
{
background-color: #AB3699;
}
.BgClassName
{
background-color: #AB3699;
}
</style>
border-color css
<style>
span { border-color: #AB3699; }
span { border-color: rgb(171,54,153); }
td.TdClassName
{
border-color: #AB3699;
}
.TagClassName
{
border-color: #AB3699;
}
</style>