Shades of Medium Red Violet #A6347D
Tints of Medium Red Violet #A6347D
RGB
CMYK
RGB Variations
Color information
#A6347D (or 0xA6347D) is known color: Medium Red Violet. HEX triplet: A6, 34 and 7D. RGB value is (166,52,125). Sum of RGB (Red+Green+Blue) = 166+52+125=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6347D is #59CB82. Grayscale: #5E5E5E. Windows color (decimal): -5884803 or 8205478. OLE color: 8205478.
HSL color Cylindrical-coordinate representation of color #A6347D: hue angle of 321.58º degrees, saturation: 0.52, 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 #A6347D is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 125 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.35 |
| HSL | 321.58º | 0.52% | 0.43% | - |
| HSV(B) | 321.58º | 0.69% | 0.65% | - |
| XYZ | 20.66 | 12.04 | 20.64 | - |
| YUV | 94.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 125 | 0 | 0.69 | 0.25 | 0.35 | 321.58 | 0.52 | 0.43 |
| Hex | A6 | 34 | 7D | 0 | 45 | 19 | 23 | 142 | 34 | 2B |
| Octal | 246 | 64 | 175 | 0 | 105 | 31 | 43 | 502 | 64 | 53 |
| Binary | 10100110 | 110100 | 1111101 | 0 | 1000101 | 11001 | 100011 | 101000010 | 110100 | 101011 |
Color Harmonies of #A6347D
Complementary color
Monochromatic Colors of #A6347D
Black with #A6347D
Text Example
Text Example
White with #A6347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6347D; }
p { color: rgb(166,52,125); }
H1.HeaderClassName
{
color: #A6347D;
}
.AnyTagClassName
{
color: #A6347D;
}
</style>
background-color css
<style>
a { background-color: #A6347D; }
a { background-color: rgb(166,52,125); }
div.DivClassName
{
background-color: #A6347D;
}
.BgClassName
{
background-color: #A6347D;
}
</style>
border-color css
<style>
span { border-color: #A6347D; }
span { border-color: rgb(166,52,125); }
td.TdClassName
{
border-color: #A6347D;
}
.TagClassName
{
border-color: #A6347D;
}
</style>