Shades of Medium Red Violet #AB339E
Tints of Medium Red Violet #AB339E
RGB
CMYK
RGB Variations
Color information
#AB339E (or 0xAB339E) is known color: Medium Red Violet. HEX triplet: AB, 33 and 9E. RGB value is (171,51,158). Sum of RGB (Red+Green+Blue) = 171+51+158=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB339E is #54CC61. Grayscale: #626262. Windows color (decimal): -5557346 or 10367915. OLE color: 10367915.
HSL color Cylindrical-coordinate representation of color #AB339E: hue angle of 306.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB339E is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 158 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.33 |
| HSL | 306.5º | 0.54% | 0.44% | - |
| HSV(B) | 306.5º | 0.7% | 0.67% | - |
| XYZ | 24.15 | 13.49 | 33.68 | - |
| YUV | 99.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 158 | 0 | 0.70 | 0.08 | 0.33 | 306.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 9E | 0 | 46 | 8 | 21 | 132 | 36 | 2C |
| Octal | 253 | 63 | 236 | 0 | 106 | 10 | 41 | 462 | 66 | 54 |
| Binary | 10101011 | 110011 | 10011110 | 0 | 1000110 | 1000 | 100001 | 100110010 | 110110 | 101100 |
Color Harmonies of #AB339E
Complementary color
Monochromatic Colors of #AB339E
Black with #AB339E
Text Example
Text Example
White with #AB339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB339E; }
p { color: rgb(171,51,158); }
H1.HeaderClassName
{
color: #AB339E;
}
.AnyTagClassName
{
color: #AB339E;
}
</style>
background-color css
<style>
a { background-color: #AB339E; }
a { background-color: rgb(171,51,158); }
div.DivClassName
{
background-color: #AB339E;
}
.BgClassName
{
background-color: #AB339E;
}
</style>
border-color css
<style>
span { border-color: #AB339E; }
span { border-color: rgb(171,51,158); }
td.TdClassName
{
border-color: #AB339E;
}
.TagClassName
{
border-color: #AB339E;
}
</style>