Shades of Medium Red Violet #A6278B
Tints of Medium Red Violet #A6278B
RGB
CMYK
RGB Variations
Color information
#A6278B (or 0xA6278B) is known color: Medium Red Violet. HEX triplet: A6, 27 and 8B. RGB value is (166,39,139). Sum of RGB (Red+Green+Blue) = 166+39+139=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6278B is #59D874. Grayscale: #585858. Windows color (decimal): -5888117 or 9119654. OLE color: 9119654.
HSL color Cylindrical-coordinate representation of color #A6278B: hue angle of 312.76º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6278B is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 139 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.35 |
| HSL | 312.76º | 0.62% | 0.4% | - |
| HSV(B) | 312.76º | 0.77% | 0.65% | - |
| XYZ | 21.11 | 11.42 | 25.52 | - |
| YUV | 88.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 139 | 0 | 0.77 | 0.16 | 0.35 | 312.76 | 0.62 | 0.4 |
| Hex | A6 | 27 | 8B | 0 | 4D | 10 | 23 | 139 | 3E | 28 |
| Octal | 246 | 47 | 213 | 0 | 115 | 20 | 43 | 471 | 76 | 50 |
| Binary | 10100110 | 100111 | 10001011 | 0 | 1001101 | 10000 | 100011 | 100111001 | 111110 | 101000 |
Color Harmonies of #A6278B
Complementary color
Monochromatic Colors of #A6278B
Black with #A6278B
Text Example
Text Example
White with #A6278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6278B; }
p { color: rgb(166,39,139); }
H1.HeaderClassName
{
color: #A6278B;
}
.AnyTagClassName
{
color: #A6278B;
}
</style>
background-color css
<style>
a { background-color: #A6278B; }
a { background-color: rgb(166,39,139); }
div.DivClassName
{
background-color: #A6278B;
}
.BgClassName
{
background-color: #A6278B;
}
</style>
border-color css
<style>
span { border-color: #A6278B; }
span { border-color: rgb(166,39,139); }
td.TdClassName
{
border-color: #A6278B;
}
.TagClassName
{
border-color: #A6278B;
}
</style>