Shades of Medium Red Violet #A6377D
Tints of Medium Red Violet #A6377D
RGB
CMYK
RGB Variations
Color information
#A6377D (or 0xA6377D) is known color: Medium Red Violet. HEX triplet: A6, 37 and 7D. RGB value is (166,55,125). Sum of RGB (Red+Green+Blue) = 166+55+125=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6377D is #59C882. Grayscale: #606060. Windows color (decimal): -5884035 or 8206246. OLE color: 8206246.
HSL color Cylindrical-coordinate representation of color #A6377D: hue angle of 322.16º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6377D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 125 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.35 |
| HSL | 322.16º | 0.5% | 0.43% | - |
| HSV(B) | 322.16º | 0.67% | 0.65% | - |
| XYZ | 20.79 | 12.32 | 20.68 | - |
| YUV | 96.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 125 | 0 | 0.67 | 0.25 | 0.35 | 322.16 | 0.5 | 0.43 |
| Hex | A6 | 37 | 7D | 0 | 43 | 19 | 23 | 142 | 32 | 2B |
| Octal | 246 | 67 | 175 | 0 | 103 | 31 | 43 | 502 | 62 | 53 |
| Binary | 10100110 | 110111 | 1111101 | 0 | 1000011 | 11001 | 100011 | 101000010 | 110010 | 101011 |
Color Harmonies of #A6377D
Complementary color
Monochromatic Colors of #A6377D
Black with #A6377D
Text Example
Text Example
White with #A6377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6377D; }
p { color: rgb(166,55,125); }
H1.HeaderClassName
{
color: #A6377D;
}
.AnyTagClassName
{
color: #A6377D;
}
</style>
background-color css
<style>
a { background-color: #A6377D; }
a { background-color: rgb(166,55,125); }
div.DivClassName
{
background-color: #A6377D;
}
.BgClassName
{
background-color: #A6377D;
}
</style>
border-color css
<style>
span { border-color: #A6377D; }
span { border-color: rgb(166,55,125); }
td.TdClassName
{
border-color: #A6377D;
}
.TagClassName
{
border-color: #A6377D;
}
</style>