Shades of Medium Red Violet #A6309C
Tints of Medium Red Violet #A6309C
RGB
CMYK
RGB Variations
Color information
#A6309C (or 0xA6309C) is known color: Medium Red Violet. HEX triplet: A6, 30 and 9C. RGB value is (166,48,156). Sum of RGB (Red+Green+Blue) = 166+48+156=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6309C is #59CF63. Grayscale: #5F5F5F. Windows color (decimal): -5885796 or 10236070. OLE color: 10236070.
HSL color Cylindrical-coordinate representation of color #A6309C: hue angle of 305.08º 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 #A6309C is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 156 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.35 |
| HSL | 305.08º | 0.55% | 0.42% | - |
| HSV(B) | 305.08º | 0.71% | 0.65% | - |
| XYZ | 22.78 | 12.62 | 32.69 | - |
| YUV | 95.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 156 | 0 | 0.71 | 0.06 | 0.35 | 305.08 | 0.55 | 0.42 |
| Hex | A6 | 30 | 9C | 0 | 47 | 6 | 23 | 131 | 37 | 2A |
| Octal | 246 | 60 | 234 | 0 | 107 | 6 | 43 | 461 | 67 | 52 |
| Binary | 10100110 | 110000 | 10011100 | 0 | 1000111 | 110 | 100011 | 100110001 | 110111 | 101010 |
Color Harmonies of #A6309C
Complementary color
Monochromatic Colors of #A6309C
Black with #A6309C
Text Example
Text Example
White with #A6309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6309C; }
p { color: rgb(166,48,156); }
H1.HeaderClassName
{
color: #A6309C;
}
.AnyTagClassName
{
color: #A6309C;
}
</style>
background-color css
<style>
a { background-color: #A6309C; }
a { background-color: rgb(166,48,156); }
div.DivClassName
{
background-color: #A6309C;
}
.BgClassName
{
background-color: #A6309C;
}
</style>
border-color css
<style>
span { border-color: #A6309C; }
span { border-color: rgb(166,48,156); }
td.TdClassName
{
border-color: #A6309C;
}
.TagClassName
{
border-color: #A6309C;
}
</style>