Shades of Medium Red Violet #A6397C
Tints of Medium Red Violet #A6397C
RGB
CMYK
RGB Variations
Color information
#A6397C (or 0xA6397C) is known color: Medium Red Violet. HEX triplet: A6, 39 and 7C. RGB value is (166,57,124). Sum of RGB (Red+Green+Blue) = 166+57+124=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397C is #59C683. Grayscale: #616161. Windows color (decimal): -5883524 or 8141222. OLE color: 8141222.
HSL color Cylindrical-coordinate representation of color #A6397C: hue angle of 323.12º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6397C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 124 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.35 |
| HSL | 323.12º | 0.49% | 0.44% | - |
| HSV(B) | 323.12º | 0.66% | 0.65% | - |
| XYZ | 20.83 | 12.49 | 20.38 | - |
| YUV | 97.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 124 | 0 | 0.66 | 0.25 | 0.35 | 323.12 | 0.49 | 0.44 |
| Hex | A6 | 39 | 7C | 0 | 42 | 19 | 23 | 143 | 31 | 2C |
| Octal | 246 | 71 | 174 | 0 | 102 | 31 | 43 | 503 | 61 | 54 |
| Binary | 10100110 | 111001 | 1111100 | 0 | 1000010 | 11001 | 100011 | 101000011 | 110001 | 101100 |
Color Harmonies of #A6397C
Complementary color
Monochromatic Colors of #A6397C
Black with #A6397C
Text Example
Text Example
White with #A6397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6397C; }
p { color: rgb(166,57,124); }
H1.HeaderClassName
{
color: #A6397C;
}
.AnyTagClassName
{
color: #A6397C;
}
</style>
background-color css
<style>
a { background-color: #A6397C; }
a { background-color: rgb(166,57,124); }
div.DivClassName
{
background-color: #A6397C;
}
.BgClassName
{
background-color: #A6397C;
}
</style>
border-color css
<style>
span { border-color: #A6397C; }
span { border-color: rgb(166,57,124); }
td.TdClassName
{
border-color: #A6397C;
}
.TagClassName
{
border-color: #A6397C;
}
</style>