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