Shades of Medium Red Violet #A6337D
Tints of Medium Red Violet #A6337D
RGB
CMYK
RGB Variations
Color information
#A6337D (or 0xA6337D) is known color: Medium Red Violet. HEX triplet: A6, 33 and 7D. RGB value is (166,51,125). Sum of RGB (Red+Green+Blue) = 166+51+125=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6337D is #59CC82. Grayscale: #5D5D5D. Windows color (decimal): -5885059 or 8205222. OLE color: 8205222.
HSL color Cylindrical-coordinate representation of color #A6337D: hue angle of 321.39º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6337D is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 125 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.35 |
| HSL | 321.39º | 0.53% | 0.43% | - |
| HSV(B) | 321.39º | 0.69% | 0.65% | - |
| XYZ | 20.61 | 11.96 | 20.62 | - |
| YUV | 93.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 125 | 0 | 0.69 | 0.25 | 0.35 | 321.39 | 0.53 | 0.43 |
| Hex | A6 | 33 | 7D | 0 | 45 | 19 | 23 | 141 | 35 | 2B |
| Octal | 246 | 63 | 175 | 0 | 105 | 31 | 43 | 501 | 65 | 53 |
| Binary | 10100110 | 110011 | 1111101 | 0 | 1000101 | 11001 | 100011 | 101000001 | 110101 | 101011 |
Color Harmonies of #A6337D
Complementary color
Monochromatic Colors of #A6337D
Black with #A6337D
Text Example
Text Example
White with #A6337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6337D; }
p { color: rgb(166,51,125); }
H1.HeaderClassName
{
color: #A6337D;
}
.AnyTagClassName
{
color: #A6337D;
}
</style>
background-color css
<style>
a { background-color: #A6337D; }
a { background-color: rgb(166,51,125); }
div.DivClassName
{
background-color: #A6337D;
}
.BgClassName
{
background-color: #A6337D;
}
</style>
border-color css
<style>
span { border-color: #A6337D; }
span { border-color: rgb(166,51,125); }
td.TdClassName
{
border-color: #A6337D;
}
.TagClassName
{
border-color: #A6337D;
}
</style>