Shades of Medium Violet Red #AB078B
Tints of Medium Violet Red #AB078B
RGB
CMYK
RGB Variations
Color information
#AB078B (or 0xAB078B) is known color: Medium Violet Red. HEX triplet: AB, 07 and 8B. RGB value is (171,7,139). Sum of RGB (Red+Green+Blue) = 171+7+139=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB078B is #54F874. Grayscale: #464646. Windows color (decimal): -5568629 or 9111467. OLE color: 9111467.
HSL color Cylindrical-coordinate representation of color #AB078B: hue angle of 311.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB078B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.33 |
| HSL | 311.71º | 0.92% | 0.35% | - |
| HSV(B) | 311.71º | 0.96% | 0.67% | - |
| XYZ | 21.53 | 10.67 | 25.35 | - |
| YUV | 71.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 139 | 0 | 0.96 | 0.19 | 0.33 | 311.71 | 0.92 | 0.35 |
| Hex | AB | 7 | 8B | 0 | 60 | 13 | 21 | 138 | 5C | 23 |
| Octal | 253 | 7 | 213 | 0 | 140 | 23 | 41 | 470 | 134 | 43 |
| Binary | 10101011 | 111 | 10001011 | 0 | 1100000 | 10011 | 100001 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AB078B
Complementary color
Monochromatic Colors of #AB078B
Black with #AB078B
Text Example
Text Example
White with #AB078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB078B; }
p { color: rgb(171,7,139); }
H1.HeaderClassName
{
color: #AB078B;
}
.AnyTagClassName
{
color: #AB078B;
}
</style>
background-color css
<style>
a { background-color: #AB078B; }
a { background-color: rgb(171,7,139); }
div.DivClassName
{
background-color: #AB078B;
}
.BgClassName
{
background-color: #AB078B;
}
</style>
border-color css
<style>
span { border-color: #AB078B; }
span { border-color: rgb(171,7,139); }
td.TdClassName
{
border-color: #AB078B;
}
.TagClassName
{
border-color: #AB078B;
}
</style>