Shades of Medium Red Violet #A6349A
Tints of Medium Red Violet #A6349A
RGB
CMYK
RGB Variations
Color information
#A6349A (or 0xA6349A) is known color: Medium Red Violet. HEX triplet: A6, 34 and 9A. RGB value is (166,52,154). Sum of RGB (Red+Green+Blue) = 166+52+154=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6349A is #59CB65. Grayscale: #616161. Windows color (decimal): -5884774 or 10106022. OLE color: 10106022.
HSL color Cylindrical-coordinate representation of color #A6349A: hue angle of 306.32º 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 #A6349A is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 154 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.35 |
| HSL | 306.32º | 0.52% | 0.43% | - |
| HSV(B) | 306.32º | 0.69% | 0.65% | - |
| XYZ | 22.79 | 12.9 | 31.86 | - |
| YUV | 97.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 154 | 0 | 0.69 | 0.07 | 0.35 | 306.32 | 0.52 | 0.43 |
| Hex | A6 | 34 | 9A | 0 | 45 | 7 | 23 | 132 | 34 | 2B |
| Octal | 246 | 64 | 232 | 0 | 105 | 7 | 43 | 462 | 64 | 53 |
| Binary | 10100110 | 110100 | 10011010 | 0 | 1000101 | 111 | 100011 | 100110010 | 110100 | 101011 |
Color Harmonies of #A6349A
Complementary color
Monochromatic Colors of #A6349A
Black with #A6349A
Text Example
Text Example
White with #A6349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6349A; }
p { color: rgb(166,52,154); }
H1.HeaderClassName
{
color: #A6349A;
}
.AnyTagClassName
{
color: #A6349A;
}
</style>
background-color css
<style>
a { background-color: #A6349A; }
a { background-color: rgb(166,52,154); }
div.DivClassName
{
background-color: #A6349A;
}
.BgClassName
{
background-color: #A6349A;
}
</style>
border-color css
<style>
span { border-color: #A6349A; }
span { border-color: rgb(166,52,154); }
td.TdClassName
{
border-color: #A6349A;
}
.TagClassName
{
border-color: #A6349A;
}
</style>