Shades of Medium Red Violet #AB3A7F
Tints of Medium Red Violet #AB3A7F
RGB
CMYK
RGB Variations
Color information
#AB3A7F (or 0xAB3A7F) is known color: Medium Red Violet. HEX triplet: AB, 3A and 7F. RGB value is (171,58,127). Sum of RGB (Red+Green+Blue) = 171+58+127=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A7F is #54C580. Grayscale: #636363. Windows color (decimal): -5555585 or 8338091. OLE color: 8338091.
HSL color Cylindrical-coordinate representation of color #AB3A7F: hue angle of 323.36º 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 #AB3A7F is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 127 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.33 |
| HSL | 323.36º | 0.49% | 0.45% | - |
| HSV(B) | 323.36º | 0.66% | 0.67% | - |
| XYZ | 22.14 | 13.22 | 21.46 | - |
| YUV | 99.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 127 | 0 | 0.66 | 0.26 | 0.33 | 323.36 | 0.49 | 0.45 |
| Hex | AB | 3A | 7F | 0 | 42 | 1A | 21 | 143 | 31 | 2D |
| Octal | 253 | 72 | 177 | 0 | 102 | 32 | 41 | 503 | 61 | 55 |
| Binary | 10101011 | 111010 | 1111111 | 0 | 1000010 | 11010 | 100001 | 101000011 | 110001 | 101101 |
Color Harmonies of #AB3A7F
Complementary color
Monochromatic Colors of #AB3A7F
Black with #AB3A7F
Text Example
Text Example
White with #AB3A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A7F; }
p { color: rgb(171,58,127); }
H1.HeaderClassName
{
color: #AB3A7F;
}
.AnyTagClassName
{
color: #AB3A7F;
}
</style>
background-color css
<style>
a { background-color: #AB3A7F; }
a { background-color: rgb(171,58,127); }
div.DivClassName
{
background-color: #AB3A7F;
}
.BgClassName
{
background-color: #AB3A7F;
}
</style>
border-color css
<style>
span { border-color: #AB3A7F; }
span { border-color: rgb(171,58,127); }
td.TdClassName
{
border-color: #AB3A7F;
}
.TagClassName
{
border-color: #AB3A7F;
}
</style>