Shades of Medium Red Violet #A6287C
Tints of Medium Red Violet #A6287C
RGB
CMYK
RGB Variations
Color information
#A6287C (or 0xA6287C) is known color: Medium Red Violet. HEX triplet: A6, 28 and 7C. RGB value is (166,40,124). Sum of RGB (Red+Green+Blue) = 166+40+124=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6287C is #59D783. Grayscale: #575757. Windows color (decimal): -5887876 or 8136870. OLE color: 8136870.
HSL color Cylindrical-coordinate representation of color #A6287C: hue angle of 320º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6287C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 124 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.35 |
| HSL | 320º | 0.61% | 0.4% | - |
| HSV(B) | 320º | 0.76% | 0.65% | - |
| XYZ | 20.12 | 11.08 | 20.15 | - |
| YUV | 87.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 124 | 0 | 0.76 | 0.25 | 0.35 | 320 | 0.61 | 0.4 |
| Hex | A6 | 28 | 7C | 0 | 4C | 19 | 23 | 140 | 3D | 28 |
| Octal | 246 | 50 | 174 | 0 | 114 | 31 | 43 | 500 | 75 | 50 |
| Binary | 10100110 | 101000 | 1111100 | 0 | 1001100 | 11001 | 100011 | 101000000 | 111101 | 101000 |
Color Harmonies of #A6287C
Complementary color
Monochromatic Colors of #A6287C
Black with #A6287C
Text Example
Text Example
White with #A6287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6287C; }
p { color: rgb(166,40,124); }
H1.HeaderClassName
{
color: #A6287C;
}
.AnyTagClassName
{
color: #A6287C;
}
</style>
background-color css
<style>
a { background-color: #A6287C; }
a { background-color: rgb(166,40,124); }
div.DivClassName
{
background-color: #A6287C;
}
.BgClassName
{
background-color: #A6287C;
}
</style>
border-color css
<style>
span { border-color: #A6287C; }
span { border-color: rgb(166,40,124); }
td.TdClassName
{
border-color: #A6287C;
}
.TagClassName
{
border-color: #A6287C;
}
</style>