Shades of Medium Red Violet #AB339A
Tints of Medium Red Violet #AB339A
RGB
CMYK
RGB Variations
Color information
#AB339A (or 0xAB339A) is known color: Medium Red Violet. HEX triplet: AB, 33 and 9A. RGB value is (171,51,154). Sum of RGB (Red+Green+Blue) = 171+51+154=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB339A is #54CC65. Grayscale: #626262. Windows color (decimal): -5557350 or 10105771. OLE color: 10105771.
HSL color Cylindrical-coordinate representation of color #AB339A: hue angle of 308.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 #AB339A is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 154 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.33 |
| HSL | 308.5º | 0.54% | 0.44% | - |
| HSV(B) | 308.5º | 0.7% | 0.67% | - |
| XYZ | 23.81 | 13.36 | 31.9 | - |
| YUV | 98.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 154 | 0 | 0.70 | 0.10 | 0.33 | 308.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 9A | 0 | 46 | A | 21 | 134 | 36 | 2C |
| Octal | 253 | 63 | 232 | 0 | 106 | 12 | 41 | 464 | 66 | 54 |
| Binary | 10101011 | 110011 | 10011010 | 0 | 1000110 | 1010 | 100001 | 100110100 | 110110 | 101100 |
Color Harmonies of #AB339A
Complementary color
Monochromatic Colors of #AB339A
Black with #AB339A
Text Example
Text Example
White with #AB339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB339A; }
p { color: rgb(171,51,154); }
H1.HeaderClassName
{
color: #AB339A;
}
.AnyTagClassName
{
color: #AB339A;
}
</style>
background-color css
<style>
a { background-color: #AB339A; }
a { background-color: rgb(171,51,154); }
div.DivClassName
{
background-color: #AB339A;
}
.BgClassName
{
background-color: #AB339A;
}
</style>
border-color css
<style>
span { border-color: #AB339A; }
span { border-color: rgb(171,51,154); }
td.TdClassName
{
border-color: #AB339A;
}
.TagClassName
{
border-color: #AB339A;
}
</style>