Shades of Medium Red Violet #A61E8C
Tints of Medium Red Violet #A61E8C
RGB
CMYK
RGB Variations
Color information
#A61E8C (or 0xA61E8C) is known color: Medium Red Violet. HEX triplet: A6, 1E and 8C. RGB value is (166,30,140). Sum of RGB (Red+Green+Blue) = 166+30+140=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E8C is #59E173. Grayscale: #525252. Windows color (decimal): -5890420 or 9182886. OLE color: 9182886.
HSL color Cylindrical-coordinate representation of color #A61E8C: hue angle of 311.47º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E8C is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 140 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.35 |
| HSL | 311.47º | 0.69% | 0.38% | - |
| HSV(B) | 311.47º | 0.82% | 0.65% | - |
| XYZ | 20.92 | 10.93 | 25.82 | - |
| YUV | 83.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 140 | 0 | 0.82 | 0.16 | 0.35 | 311.47 | 0.69 | 0.38 |
| Hex | A6 | 1E | 8C | 0 | 52 | 10 | 23 | 137 | 45 | 26 |
| Octal | 246 | 36 | 214 | 0 | 122 | 20 | 43 | 467 | 105 | 46 |
| Binary | 10100110 | 11110 | 10001100 | 0 | 1010010 | 10000 | 100011 | 100110111 | 1000101 | 100110 |
Color Harmonies of #A61E8C
Complementary color
Monochromatic Colors of #A61E8C
Black with #A61E8C
Text Example
Text Example
White with #A61E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E8C; }
p { color: rgb(166,30,140); }
H1.HeaderClassName
{
color: #A61E8C;
}
.AnyTagClassName
{
color: #A61E8C;
}
</style>
background-color css
<style>
a { background-color: #A61E8C; }
a { background-color: rgb(166,30,140); }
div.DivClassName
{
background-color: #A61E8C;
}
.BgClassName
{
background-color: #A61E8C;
}
</style>
border-color css
<style>
span { border-color: #A61E8C; }
span { border-color: rgb(166,30,140); }
td.TdClassName
{
border-color: #A61E8C;
}
.TagClassName
{
border-color: #A61E8C;
}
</style>