Shades of Medium Violet Red #AB068B
Tints of Medium Violet Red #AB068B
RGB
CMYK
RGB Variations
Color information
#AB068B (or 0xAB068B) is known color: Medium Violet Red. HEX triplet: AB, 06 and 8B. RGB value is (171,6,139). Sum of RGB (Red+Green+Blue) = 171+6+139=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB068B is #54F974. Grayscale: #464646. Windows color (decimal): -5568885 or 9111211. OLE color: 9111211.
HSL color Cylindrical-coordinate representation of color #AB068B: hue angle of 311.64º 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 #AB068B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.33 |
| HSL | 311.64º | 0.93% | 0.35% | - |
| HSV(B) | 311.64º | 0.96% | 0.67% | - |
| XYZ | 21.52 | 10.65 | 25.35 | - |
| YUV | 70.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 139 | 0 | 0.96 | 0.19 | 0.33 | 311.64 | 0.93 | 0.35 |
| Hex | AB | 6 | 8B | 0 | 60 | 13 | 21 | 138 | 5D | 23 |
| Octal | 253 | 6 | 213 | 0 | 140 | 23 | 41 | 470 | 135 | 43 |
| Binary | 10101011 | 110 | 10001011 | 0 | 1100000 | 10011 | 100001 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AB068B
Complementary color
Monochromatic Colors of #AB068B
Black with #AB068B
Text Example
Text Example
White with #AB068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB068B; }
p { color: rgb(171,6,139); }
H1.HeaderClassName
{
color: #AB068B;
}
.AnyTagClassName
{
color: #AB068B;
}
</style>
background-color css
<style>
a { background-color: #AB068B; }
a { background-color: rgb(171,6,139); }
div.DivClassName
{
background-color: #AB068B;
}
.BgClassName
{
background-color: #AB068B;
}
</style>
border-color css
<style>
span { border-color: #AB068B; }
span { border-color: rgb(171,6,139); }
td.TdClassName
{
border-color: #AB068B;
}
.TagClassName
{
border-color: #AB068B;
}
</style>