Shades of Medium Red Violet #AB2670
Tints of Medium Red Violet #AB2670
RGB
CMYK
RGB Variations
Color information
#AB2670 (or 0xAB2670) is known color: Medium Red Violet. HEX triplet: AB, 26 and 70. RGB value is (171,38,112). Sum of RGB (Red+Green+Blue) = 171+38+112=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2670 is #54D98F. Grayscale: #565656. Windows color (decimal): -5560720 or 7349931. OLE color: 7349931.
HSL color Cylindrical-coordinate representation of color #AB2670: hue angle of 326.62º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2670 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 112 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.33 |
| HSL | 326.62º | 0.64% | 0.41% | - |
| HSV(B) | 326.62º | 0.78% | 0.67% | - |
| XYZ | 20.41 | 11.21 | 16.42 | - |
| YUV | 86.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 112 | 0 | 0.78 | 0.35 | 0.33 | 326.62 | 0.64 | 0.41 |
| Hex | AB | 26 | 70 | 0 | 4E | 23 | 21 | 147 | 40 | 29 |
| Octal | 253 | 46 | 160 | 0 | 116 | 43 | 41 | 507 | 100 | 51 |
| Binary | 10101011 | 100110 | 1110000 | 0 | 1001110 | 100011 | 100001 | 101000111 | 1000000 | 101001 |
Color Harmonies of #AB2670
Complementary color
Monochromatic Colors of #AB2670
Black with #AB2670
Text Example
Text Example
White with #AB2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2670; }
p { color: rgb(171,38,112); }
H1.HeaderClassName
{
color: #AB2670;
}
.AnyTagClassName
{
color: #AB2670;
}
</style>
background-color css
<style>
a { background-color: #AB2670; }
a { background-color: rgb(171,38,112); }
div.DivClassName
{
background-color: #AB2670;
}
.BgClassName
{
background-color: #AB2670;
}
</style>
border-color css
<style>
span { border-color: #AB2670; }
span { border-color: rgb(171,38,112); }
td.TdClassName
{
border-color: #AB2670;
}
.TagClassName
{
border-color: #AB2670;
}
</style>