Shades of Medium Red Violet #A6308B
Tints of Medium Red Violet #A6308B
RGB
CMYK
RGB Variations
Color information
#A6308B (or 0xA6308B) is known color: Medium Red Violet. HEX triplet: A6, 30 and 8B. RGB value is (166,48,139). Sum of RGB (Red+Green+Blue) = 166+48+139=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6308B is #59CF74. Grayscale: #5D5D5D. Windows color (decimal): -5885813 or 9121958. OLE color: 9121958.
HSL color Cylindrical-coordinate representation of color #A6308B: hue angle of 313.73º 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 #A6308B is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 139 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.35 |
| HSL | 313.73º | 0.55% | 0.42% | - |
| HSV(B) | 313.73º | 0.71% | 0.65% | - |
| XYZ | 21.44 | 12.08 | 25.63 | - |
| YUV | 93.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 139 | 0 | 0.71 | 0.16 | 0.35 | 313.73 | 0.55 | 0.42 |
| Hex | A6 | 30 | 8B | 0 | 47 | 10 | 23 | 13A | 37 | 2A |
| Octal | 246 | 60 | 213 | 0 | 107 | 20 | 43 | 472 | 67 | 52 |
| Binary | 10100110 | 110000 | 10001011 | 0 | 1000111 | 10000 | 100011 | 100111010 | 110111 | 101010 |
Color Harmonies of #A6308B
Complementary color
Monochromatic Colors of #A6308B
Black with #A6308B
Text Example
Text Example
White with #A6308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6308B; }
p { color: rgb(166,48,139); }
H1.HeaderClassName
{
color: #A6308B;
}
.AnyTagClassName
{
color: #A6308B;
}
</style>
background-color css
<style>
a { background-color: #A6308B; }
a { background-color: rgb(166,48,139); }
div.DivClassName
{
background-color: #A6308B;
}
.BgClassName
{
background-color: #A6308B;
}
</style>
border-color css
<style>
span { border-color: #A6308B; }
span { border-color: rgb(166,48,139); }
td.TdClassName
{
border-color: #A6308B;
}
.TagClassName
{
border-color: #A6308B;
}
</style>