Shades of Medium Red Violet #A6237D
Tints of Medium Red Violet #A6237D
RGB
CMYK
RGB Variations
Color information
#A6237D (or 0xA6237D) is known color: Medium Red Violet. HEX triplet: A6, 23 and 7D. RGB value is (166,35,125). Sum of RGB (Red+Green+Blue) = 166+35+125=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6237D is #59DC82. Grayscale: #545454. Windows color (decimal): -5889155 or 8201126. OLE color: 8201126.
HSL color Cylindrical-coordinate representation of color #A6237D: hue angle of 318.78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6237D is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 125 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.35 |
| HSL | 318.78º | 0.65% | 0.39% | - |
| HSV(B) | 318.78º | 0.79% | 0.65% | - |
| XYZ | 20.03 | 10.79 | 20.43 | - |
| YUV | 84.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 125 | 0 | 0.79 | 0.25 | 0.35 | 318.78 | 0.65 | 0.39 |
| Hex | A6 | 23 | 7D | 0 | 4F | 19 | 23 | 13F | 41 | 27 |
| Octal | 246 | 43 | 175 | 0 | 117 | 31 | 43 | 477 | 101 | 47 |
| Binary | 10100110 | 100011 | 1111101 | 0 | 1001111 | 11001 | 100011 | 100111111 | 1000001 | 100111 |
Color Harmonies of #A6237D
Complementary color
Monochromatic Colors of #A6237D
Black with #A6237D
Text Example
Text Example
White with #A6237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6237D; }
p { color: rgb(166,35,125); }
H1.HeaderClassName
{
color: #A6237D;
}
.AnyTagClassName
{
color: #A6237D;
}
</style>
background-color css
<style>
a { background-color: #A6237D; }
a { background-color: rgb(166,35,125); }
div.DivClassName
{
background-color: #A6237D;
}
.BgClassName
{
background-color: #A6237D;
}
</style>
border-color css
<style>
span { border-color: #A6237D; }
span { border-color: rgb(166,35,125); }
td.TdClassName
{
border-color: #A6237D;
}
.TagClassName
{
border-color: #A6237D;
}
</style>