Shades of Medium Red Violet #AB3A7A
Tints of Medium Red Violet #AB3A7A
RGB
CMYK
RGB Variations
Color information
#AB3A7A (or 0xAB3A7A) is known color: Medium Red Violet. HEX triplet: AB, 3A and 7A. RGB value is (171,58,122). Sum of RGB (Red+Green+Blue) = 171+58+122=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A7A is #54C585. Grayscale: #626262. Windows color (decimal): -5555590 or 8010411. OLE color: 8010411.
HSL color Cylindrical-coordinate representation of color #AB3A7A: hue angle of 326.02º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A7A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 122 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.33 |
| HSL | 326.02º | 0.49% | 0.45% | - |
| HSV(B) | 326.02º | 0.66% | 0.67% | - |
| XYZ | 21.82 | 13.09 | 19.79 | - |
| YUV | 99.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 122 | 0 | 0.66 | 0.29 | 0.33 | 326.02 | 0.49 | 0.45 |
| Hex | AB | 3A | 7A | 0 | 42 | 1D | 21 | 146 | 31 | 2D |
| Octal | 253 | 72 | 172 | 0 | 102 | 35 | 41 | 506 | 61 | 55 |
| Binary | 10101011 | 111010 | 1111010 | 0 | 1000010 | 11101 | 100001 | 101000110 | 110001 | 101101 |
Color Harmonies of #AB3A7A
Complementary color
Monochromatic Colors of #AB3A7A
Black with #AB3A7A
Text Example
Text Example
White with #AB3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A7A; }
p { color: rgb(171,58,122); }
H1.HeaderClassName
{
color: #AB3A7A;
}
.AnyTagClassName
{
color: #AB3A7A;
}
</style>
background-color css
<style>
a { background-color: #AB3A7A; }
a { background-color: rgb(171,58,122); }
div.DivClassName
{
background-color: #AB3A7A;
}
.BgClassName
{
background-color: #AB3A7A;
}
</style>
border-color css
<style>
span { border-color: #AB3A7A; }
span { border-color: rgb(171,58,122); }
td.TdClassName
{
border-color: #AB3A7A;
}
.TagClassName
{
border-color: #AB3A7A;
}
</style>