Shades of Medium Red Violet #AB468C
Tints of Medium Red Violet #AB468C
RGB
CMYK
RGB Variations
Color information
#AB468C (or 0xAB468C) is known color: Medium Red Violet. HEX triplet: AB, 46 and 8C. RGB value is (171,70,140). Sum of RGB (Red+Green+Blue) = 171+70+140=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB468C is #54B973. Grayscale: #6C6C6C. Windows color (decimal): -5552500 or 9193131. OLE color: 9193131.
HSL color Cylindrical-coordinate representation of color #AB468C: hue angle of 318.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB468C is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 140 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.33 |
| HSL | 318.42º | 0.42% | 0.47% | - |
| HSV(B) | 318.42º | 0.59% | 0.67% | - |
| XYZ | 23.72 | 14.93 | 26.44 | - |
| YUV | 108.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 140 | 0 | 0.59 | 0.18 | 0.33 | 318.42 | 0.42 | 0.47 |
| Hex | AB | 46 | 8C | 0 | 3B | 12 | 21 | 13E | 2A | 2F |
| Octal | 253 | 106 | 214 | 0 | 73 | 22 | 41 | 476 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10001100 | 0 | 111011 | 10010 | 100001 | 100111110 | 101010 | 101111 |
Color Harmonies of #AB468C
Complementary color
Monochromatic Colors of #AB468C
Black with #AB468C
Text Example
Text Example
White with #AB468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB468C; }
p { color: rgb(171,70,140); }
H1.HeaderClassName
{
color: #AB468C;
}
.AnyTagClassName
{
color: #AB468C;
}
</style>
background-color css
<style>
a { background-color: #AB468C; }
a { background-color: rgb(171,70,140); }
div.DivClassName
{
background-color: #AB468C;
}
.BgClassName
{
background-color: #AB468C;
}
</style>
border-color css
<style>
span { border-color: #AB468C; }
span { border-color: rgb(171,70,140); }
td.TdClassName
{
border-color: #AB468C;
}
.TagClassName
{
border-color: #AB468C;
}
</style>