Shades of Medium Red Violet #AB36A0
Tints of Medium Red Violet #AB36A0
RGB
CMYK
RGB Variations
Color information
#AB36A0 (or 0xAB36A0) is known color: Medium Red Violet. HEX triplet: AB, 36 and A0. RGB value is (171,54,160). Sum of RGB (Red+Green+Blue) = 171+54+160=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB36A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB36A0 is #54C95F. Grayscale: #646464. Windows color (decimal): -5556576 or 10499755. OLE color: 10499755.
HSL color Cylindrical-coordinate representation of color #AB36A0: hue angle of 305.64º 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 #AB36A0 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 160 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.33 |
| HSL | 305.64º | 0.52% | 0.44% | - |
| HSV(B) | 305.64º | 0.68% | 0.67% | - |
| XYZ | 24.46 | 13.83 | 34.64 | - |
| YUV | 101.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 160 | 0 | 0.68 | 0.06 | 0.33 | 305.64 | 0.52 | 0.44 |
| Hex | AB | 36 | A0 | 0 | 44 | 6 | 21 | 132 | 34 | 2C |
| Octal | 253 | 66 | 240 | 0 | 104 | 6 | 41 | 462 | 64 | 54 |
| Binary | 10101011 | 110110 | 10100000 | 0 | 1000100 | 110 | 100001 | 100110010 | 110100 | 101100 |
Color Harmonies of #AB36A0
Complementary color
Monochromatic Colors of #AB36A0
Black with #AB36A0
Text Example
Text Example
White with #AB36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36A0; }
p { color: rgb(171,54,160); }
H1.HeaderClassName
{
color: #AB36A0;
}
.AnyTagClassName
{
color: #AB36A0;
}
</style>
background-color css
<style>
a { background-color: #AB36A0; }
a { background-color: rgb(171,54,160); }
div.DivClassName
{
background-color: #AB36A0;
}
.BgClassName
{
background-color: #AB36A0;
}
</style>
border-color css
<style>
span { border-color: #AB36A0; }
span { border-color: rgb(171,54,160); }
td.TdClassName
{
border-color: #AB36A0;
}
.TagClassName
{
border-color: #AB36A0;
}
</style>