Shades of Medium Red Violet #A6309B
Tints of Medium Red Violet #A6309B
RGB
CMYK
RGB Variations
Color information
#A6309B (or 0xA6309B) is known color: Medium Red Violet. HEX triplet: A6, 30 and 9B. RGB value is (166,48,155). Sum of RGB (Red+Green+Blue) = 166+48+155=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A6309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6309B is #59CF64. Grayscale: #5F5F5F. Windows color (decimal): -5885797 or 10170534. OLE color: 10170534.
HSL color Cylindrical-coordinate representation of color #A6309B: hue angle of 305.59º 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 #A6309B is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 155 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.35 |
| HSL | 305.59º | 0.55% | 0.42% | - |
| HSV(B) | 305.59º | 0.71% | 0.65% | - |
| XYZ | 22.7 | 12.59 | 32.24 | - |
| YUV | 95.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 155 | 0 | 0.71 | 0.07 | 0.35 | 305.59 | 0.55 | 0.42 |
| Hex | A6 | 30 | 9B | 0 | 47 | 7 | 23 | 132 | 37 | 2A |
| Octal | 246 | 60 | 233 | 0 | 107 | 7 | 43 | 462 | 67 | 52 |
| Binary | 10100110 | 110000 | 10011011 | 0 | 1000111 | 111 | 100011 | 100110010 | 110111 | 101010 |
Color Harmonies of #A6309B
Complementary color
Monochromatic Colors of #A6309B
Black with #A6309B
Text Example
Text Example
White with #A6309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6309B; }
p { color: rgb(166,48,155); }
H1.HeaderClassName
{
color: #A6309B;
}
.AnyTagClassName
{
color: #A6309B;
}
</style>
background-color css
<style>
a { background-color: #A6309B; }
a { background-color: rgb(166,48,155); }
div.DivClassName
{
background-color: #A6309B;
}
.BgClassName
{
background-color: #A6309B;
}
</style>
border-color css
<style>
span { border-color: #A6309B; }
span { border-color: rgb(166,48,155); }
td.TdClassName
{
border-color: #A6309B;
}
.TagClassName
{
border-color: #A6309B;
}
</style>