Shades of Medium Red Violet #A6349B
Tints of Medium Red Violet #A6349B
RGB
CMYK
RGB Variations
Color information
#A6349B (or 0xA6349B) is known color: Medium Red Violet. HEX triplet: A6, 34 and 9B. RGB value is (166,52,155). Sum of RGB (Red+Green+Blue) = 166+52+155=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6349B is #59CB64. Grayscale: #616161. Windows color (decimal): -5884773 or 10171558. OLE color: 10171558.
HSL color Cylindrical-coordinate representation of color #A6349B: hue angle of 305.79º 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 #A6349B is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 155 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.35 |
| HSL | 305.79º | 0.52% | 0.43% | - |
| HSV(B) | 305.79º | 0.69% | 0.65% | - |
| XYZ | 22.87 | 12.93 | 32.3 | - |
| YUV | 97.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 155 | 0 | 0.69 | 0.07 | 0.35 | 305.79 | 0.52 | 0.43 |
| Hex | A6 | 34 | 9B | 0 | 45 | 7 | 23 | 132 | 34 | 2B |
| Octal | 246 | 64 | 233 | 0 | 105 | 7 | 43 | 462 | 64 | 53 |
| Binary | 10100110 | 110100 | 10011011 | 0 | 1000101 | 111 | 100011 | 100110010 | 110100 | 101011 |
Color Harmonies of #A6349B
Complementary color
Monochromatic Colors of #A6349B
Black with #A6349B
Text Example
Text Example
White with #A6349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6349B; }
p { color: rgb(166,52,155); }
H1.HeaderClassName
{
color: #A6349B;
}
.AnyTagClassName
{
color: #A6349B;
}
</style>
background-color css
<style>
a { background-color: #A6349B; }
a { background-color: rgb(166,52,155); }
div.DivClassName
{
background-color: #A6349B;
}
.BgClassName
{
background-color: #A6349B;
}
</style>
border-color css
<style>
span { border-color: #A6349B; }
span { border-color: rgb(166,52,155); }
td.TdClassName
{
border-color: #A6349B;
}
.TagClassName
{
border-color: #A6349B;
}
</style>