Shades of Medium Red Violet #A6397D
Tints of Medium Red Violet #A6397D
RGB
CMYK
RGB Variations
Color information
#A6397D (or 0xA6397D) is known color: Medium Red Violet. HEX triplet: A6, 39 and 7D. RGB value is (166,57,125). Sum of RGB (Red+Green+Blue) = 166+57+125=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397D is #59C682. Grayscale: #616161. Windows color (decimal): -5883523 or 8206758. OLE color: 8206758.
HSL color Cylindrical-coordinate representation of color #A6397D: hue angle of 322.57º 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 #A6397D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 125 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.35 |
| HSL | 322.57º | 0.49% | 0.44% | - |
| HSV(B) | 322.57º | 0.66% | 0.65% | - |
| XYZ | 20.89 | 12.51 | 20.72 | - |
| YUV | 97.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 125 | 0 | 0.66 | 0.25 | 0.35 | 322.57 | 0.49 | 0.44 |
| Hex | A6 | 39 | 7D | 0 | 42 | 19 | 23 | 143 | 31 | 2C |
| Octal | 246 | 71 | 175 | 0 | 102 | 31 | 43 | 503 | 61 | 54 |
| Binary | 10100110 | 111001 | 1111101 | 0 | 1000010 | 11001 | 100011 | 101000011 | 110001 | 101100 |
Color Harmonies of #A6397D
Complementary color
Monochromatic Colors of #A6397D
Black with #A6397D
Text Example
Text Example
White with #A6397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6397D; }
p { color: rgb(166,57,125); }
H1.HeaderClassName
{
color: #A6397D;
}
.AnyTagClassName
{
color: #A6397D;
}
</style>
background-color css
<style>
a { background-color: #A6397D; }
a { background-color: rgb(166,57,125); }
div.DivClassName
{
background-color: #A6397D;
}
.BgClassName
{
background-color: #A6397D;
}
</style>
border-color css
<style>
span { border-color: #A6397D; }
span { border-color: rgb(166,57,125); }
td.TdClassName
{
border-color: #A6397D;
}
.TagClassName
{
border-color: #A6397D;
}
</style>