Shades of Medium Red Violet #A6247E
Tints of Medium Red Violet #A6247E
RGB
CMYK
RGB Variations
Color information
#A6247E (or 0xA6247E) is known color: Medium Red Violet. HEX triplet: A6, 24 and 7E. RGB value is (166,36,126). Sum of RGB (Red+Green+Blue) = 166+36+126=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6247E is #59DB81. Grayscale: #545454. Windows color (decimal): -5888898 or 8266918. OLE color: 8266918.
HSL color Cylindrical-coordinate representation of color #A6247E: hue angle of 318.46º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6247E is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 126 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.35 |
| HSL | 318.46º | 0.64% | 0.4% | - |
| HSV(B) | 318.46º | 0.78% | 0.65% | - |
| XYZ | 20.12 | 10.88 | 20.78 | - |
| YUV | 85.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 126 | 0 | 0.78 | 0.24 | 0.35 | 318.46 | 0.64 | 0.4 |
| Hex | A6 | 24 | 7E | 0 | 4E | 18 | 23 | 13E | 40 | 28 |
| Octal | 246 | 44 | 176 | 0 | 116 | 30 | 43 | 476 | 100 | 50 |
| Binary | 10100110 | 100100 | 1111110 | 0 | 1001110 | 11000 | 100011 | 100111110 | 1000000 | 101000 |
Color Harmonies of #A6247E
Complementary color
Monochromatic Colors of #A6247E
Black with #A6247E
Text Example
Text Example
White with #A6247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6247E; }
p { color: rgb(166,36,126); }
H1.HeaderClassName
{
color: #A6247E;
}
.AnyTagClassName
{
color: #A6247E;
}
</style>
background-color css
<style>
a { background-color: #A6247E; }
a { background-color: rgb(166,36,126); }
div.DivClassName
{
background-color: #A6247E;
}
.BgClassName
{
background-color: #A6247E;
}
</style>
border-color css
<style>
span { border-color: #A6247E; }
span { border-color: rgb(166,36,126); }
td.TdClassName
{
border-color: #A6247E;
}
.TagClassName
{
border-color: #A6247E;
}
</style>