Shades of Medium Red Violet #A6347B
Tints of Medium Red Violet #A6347B
RGB
CMYK
RGB Variations
Color information
#A6347B (or 0xA6347B) is known color: Medium Red Violet. HEX triplet: A6, 34 and 7B. RGB value is (166,52,123). Sum of RGB (Red+Green+Blue) = 166+52+123=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6347B is #59CB84. Grayscale: #5E5E5E. Windows color (decimal): -5884805 or 8074406. OLE color: 8074406.
HSL color Cylindrical-coordinate representation of color #A6347B: hue angle of 322.63º 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 #A6347B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 123 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.35 |
| HSL | 322.63º | 0.52% | 0.43% | - |
| HSV(B) | 322.63º | 0.69% | 0.65% | - |
| XYZ | 20.53 | 11.99 | 19.97 | - |
| YUV | 94.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 123 | 0 | 0.69 | 0.26 | 0.35 | 322.63 | 0.52 | 0.43 |
| Hex | A6 | 34 | 7B | 0 | 45 | 1A | 23 | 143 | 34 | 2B |
| Octal | 246 | 64 | 173 | 0 | 105 | 32 | 43 | 503 | 64 | 53 |
| Binary | 10100110 | 110100 | 1111011 | 0 | 1000101 | 11010 | 100011 | 101000011 | 110100 | 101011 |
Color Harmonies of #A6347B
Complementary color
Monochromatic Colors of #A6347B
Black with #A6347B
Text Example
Text Example
White with #A6347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6347B; }
p { color: rgb(166,52,123); }
H1.HeaderClassName
{
color: #A6347B;
}
.AnyTagClassName
{
color: #A6347B;
}
</style>
background-color css
<style>
a { background-color: #A6347B; }
a { background-color: rgb(166,52,123); }
div.DivClassName
{
background-color: #A6347B;
}
.BgClassName
{
background-color: #A6347B;
}
</style>
border-color css
<style>
span { border-color: #A6347B; }
span { border-color: rgb(166,52,123); }
td.TdClassName
{
border-color: #A6347B;
}
.TagClassName
{
border-color: #A6347B;
}
</style>