Shades of Medium Red Violet #AB3695
Tints of Medium Red Violet #AB3695
RGB
CMYK
RGB Variations
Color information
#AB3695 (or 0xAB3695) is known color: Medium Red Violet. HEX triplet: AB, 36 and 95. RGB value is (171,54,149). Sum of RGB (Red+Green+Blue) = 171+54+149=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3695 is #54C96A. Grayscale: #636363. Windows color (decimal): -5556587 or 9778859. OLE color: 9778859.
HSL color Cylindrical-coordinate representation of color #AB3695: hue angle of 311.28º 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 #AB3695 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 149 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.33 |
| HSL | 311.28º | 0.52% | 0.44% | - |
| HSV(B) | 311.28º | 0.68% | 0.67% | - |
| XYZ | 23.54 | 13.47 | 29.79 | - |
| YUV | 99.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 149 | 0 | 0.68 | 0.13 | 0.33 | 311.28 | 0.52 | 0.44 |
| Hex | AB | 36 | 95 | 0 | 44 | D | 21 | 137 | 34 | 2C |
| Octal | 253 | 66 | 225 | 0 | 104 | 15 | 41 | 467 | 64 | 54 |
| Binary | 10101011 | 110110 | 10010101 | 0 | 1000100 | 1101 | 100001 | 100110111 | 110100 | 101100 |
Color Harmonies of #AB3695
Complementary color
Monochromatic Colors of #AB3695
Black with #AB3695
Text Example
Text Example
White with #AB3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3695; }
p { color: rgb(171,54,149); }
H1.HeaderClassName
{
color: #AB3695;
}
.AnyTagClassName
{
color: #AB3695;
}
</style>
background-color css
<style>
a { background-color: #AB3695; }
a { background-color: rgb(171,54,149); }
div.DivClassName
{
background-color: #AB3695;
}
.BgClassName
{
background-color: #AB3695;
}
</style>
border-color css
<style>
span { border-color: #AB3695; }
span { border-color: rgb(171,54,149); }
td.TdClassName
{
border-color: #AB3695;
}
.TagClassName
{
border-color: #AB3695;
}
</style>