Shades of Medium Violet Red #AB068C
Tints of Medium Violet Red #AB068C
RGB
CMYK
RGB Variations
Color information
#AB068C (or 0xAB068C) is known color: Medium Violet Red. HEX triplet: AB, 06 and 8C. RGB value is (171,6,140). Sum of RGB (Red+Green+Blue) = 171+6+140=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB068C is #54F973. Grayscale: #464646. Windows color (decimal): -5568884 or 9176747. OLE color: 9176747.
HSL color Cylindrical-coordinate representation of color #AB068C: hue angle of 311.27º degrees, saturation: 0.93, 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 #AB068C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.33 |
| HSL | 311.27º | 0.93% | 0.35% | - |
| HSV(B) | 311.27º | 0.96% | 0.67% | - |
| XYZ | 21.59 | 10.68 | 25.73 | - |
| YUV | 70.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 140 | 0 | 0.96 | 0.18 | 0.33 | 311.27 | 0.93 | 0.35 |
| Hex | AB | 6 | 8C | 0 | 60 | 12 | 21 | 137 | 5D | 23 |
| Octal | 253 | 6 | 214 | 0 | 140 | 22 | 41 | 467 | 135 | 43 |
| Binary | 10101011 | 110 | 10001100 | 0 | 1100000 | 10010 | 100001 | 100110111 | 1011101 | 100011 |
Color Harmonies of #AB068C
Complementary color
Monochromatic Colors of #AB068C
Black with #AB068C
Text Example
Text Example
White with #AB068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB068C; }
p { color: rgb(171,6,140); }
H1.HeaderClassName
{
color: #AB068C;
}
.AnyTagClassName
{
color: #AB068C;
}
</style>
background-color css
<style>
a { background-color: #AB068C; }
a { background-color: rgb(171,6,140); }
div.DivClassName
{
background-color: #AB068C;
}
.BgClassName
{
background-color: #AB068C;
}
</style>
border-color css
<style>
span { border-color: #AB068C; }
span { border-color: rgb(171,6,140); }
td.TdClassName
{
border-color: #AB068C;
}
.TagClassName
{
border-color: #AB068C;
}
</style>