Shades of Medium Red Violet #A6247D
Tints of Medium Red Violet #A6247D
RGB
CMYK
RGB Variations
Color information
#A6247D (or 0xA6247D) is known color: Medium Red Violet. HEX triplet: A6, 24 and 7D. RGB value is (166,36,125). Sum of RGB (Red+Green+Blue) = 166+36+125=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6247D is #59DB82. Grayscale: #545454. Windows color (decimal): -5888899 or 8201382. OLE color: 8201382.
HSL color Cylindrical-coordinate representation of color #A6247D: hue angle of 318.92º 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 #A6247D is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 125 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.35 |
| HSL | 318.92º | 0.64% | 0.4% | - |
| HSV(B) | 318.92º | 0.78% | 0.65% | - |
| XYZ | 20.06 | 10.85 | 20.44 | - |
| YUV | 85.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 125 | 0 | 0.78 | 0.25 | 0.35 | 318.92 | 0.64 | 0.4 |
| Hex | A6 | 24 | 7D | 0 | 4E | 19 | 23 | 13F | 40 | 28 |
| Octal | 246 | 44 | 175 | 0 | 116 | 31 | 43 | 477 | 100 | 50 |
| Binary | 10100110 | 100100 | 1111101 | 0 | 1001110 | 11001 | 100011 | 100111111 | 1000000 | 101000 |
Color Harmonies of #A6247D
Complementary color
Monochromatic Colors of #A6247D
Black with #A6247D
Text Example
Text Example
White with #A6247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6247D; }
p { color: rgb(166,36,125); }
H1.HeaderClassName
{
color: #A6247D;
}
.AnyTagClassName
{
color: #A6247D;
}
</style>
background-color css
<style>
a { background-color: #A6247D; }
a { background-color: rgb(166,36,125); }
div.DivClassName
{
background-color: #A6247D;
}
.BgClassName
{
background-color: #A6247D;
}
</style>
border-color css
<style>
span { border-color: #A6247D; }
span { border-color: rgb(166,36,125); }
td.TdClassName
{
border-color: #A6247D;
}
.TagClassName
{
border-color: #A6247D;
}
</style>