Shades of Medium Red Violet #A6309D
Tints of Medium Red Violet #A6309D
RGB
CMYK
RGB Variations
Color information
#A6309D (or 0xA6309D) is known color: Medium Red Violet. HEX triplet: A6, 30 and 9D. RGB value is (166,48,157). Sum of RGB (Red+Green+Blue) = 166+48+157=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6309D is #59CF62. Grayscale: #5F5F5F. Windows color (decimal): -5885795 or 10301606. OLE color: 10301606.
HSL color Cylindrical-coordinate representation of color #A6309D: hue angle of 304.58º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6309D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 157 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.35 |
| HSL | 304.58º | 0.55% | 0.42% | - |
| HSV(B) | 304.58º | 0.71% | 0.65% | - |
| XYZ | 22.87 | 12.66 | 33.14 | - |
| YUV | 95.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 157 | 0 | 0.71 | 0.05 | 0.35 | 304.58 | 0.55 | 0.42 |
| Hex | A6 | 30 | 9D | 0 | 47 | 5 | 23 | 131 | 37 | 2A |
| Octal | 246 | 60 | 235 | 0 | 107 | 5 | 43 | 461 | 67 | 52 |
| Binary | 10100110 | 110000 | 10011101 | 0 | 1000111 | 101 | 100011 | 100110001 | 110111 | 101010 |
Color Harmonies of #A6309D
Complementary color
Monochromatic Colors of #A6309D
Black with #A6309D
Text Example
Text Example
White with #A6309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6309D; }
p { color: rgb(166,48,157); }
H1.HeaderClassName
{
color: #A6309D;
}
.AnyTagClassName
{
color: #A6309D;
}
</style>
background-color css
<style>
a { background-color: #A6309D; }
a { background-color: rgb(166,48,157); }
div.DivClassName
{
background-color: #A6309D;
}
.BgClassName
{
background-color: #A6309D;
}
</style>
border-color css
<style>
span { border-color: #A6309D; }
span { border-color: rgb(166,48,157); }
td.TdClassName
{
border-color: #A6309D;
}
.TagClassName
{
border-color: #A6309D;
}
</style>