Shades of Medium Red Violet #AB359A
Tints of Medium Red Violet #AB359A
RGB
CMYK
RGB Variations
Color information
#AB359A (or 0xAB359A) is known color: Medium Red Violet. HEX triplet: AB, 35 and 9A. RGB value is (171,53,154). Sum of RGB (Red+Green+Blue) = 171+53+154=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB359A is #54CA65. Grayscale: #636363. Windows color (decimal): -5556838 or 10106283. OLE color: 10106283.
HSL color Cylindrical-coordinate representation of color #AB359A: hue angle of 308.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB359A is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 154 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.33 |
| HSL | 308.64º | 0.53% | 0.44% | - |
| HSV(B) | 308.64º | 0.69% | 0.67% | - |
| XYZ | 23.9 | 13.54 | 31.93 | - |
| YUV | 99.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 154 | 0 | 0.69 | 0.10 | 0.33 | 308.64 | 0.53 | 0.44 |
| Hex | AB | 35 | 9A | 0 | 45 | A | 21 | 135 | 35 | 2C |
| Octal | 253 | 65 | 232 | 0 | 105 | 12 | 41 | 465 | 65 | 54 |
| Binary | 10101011 | 110101 | 10011010 | 0 | 1000101 | 1010 | 100001 | 100110101 | 110101 | 101100 |
Color Harmonies of #AB359A
Complementary color
Monochromatic Colors of #AB359A
Black with #AB359A
Text Example
Text Example
White with #AB359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB359A; }
p { color: rgb(171,53,154); }
H1.HeaderClassName
{
color: #AB359A;
}
.AnyTagClassName
{
color: #AB359A;
}
</style>
background-color css
<style>
a { background-color: #AB359A; }
a { background-color: rgb(171,53,154); }
div.DivClassName
{
background-color: #AB359A;
}
.BgClassName
{
background-color: #AB359A;
}
</style>
border-color css
<style>
span { border-color: #AB359A; }
span { border-color: rgb(171,53,154); }
td.TdClassName
{
border-color: #AB359A;
}
.TagClassName
{
border-color: #AB359A;
}
</style>