Shades of Medium Red Violet #A6498F
Tints of Medium Red Violet #A6498F
RGB
CMYK
RGB Variations
Color information
#A6498F (or 0xA6498F) is known color: Medium Red Violet. HEX triplet: A6, 49 and 8F. RGB value is (166,73,143). Sum of RGB (Red+Green+Blue) = 166+73+143=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A6498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6498F is #59B670. Grayscale: #6C6C6C. Windows color (decimal): -5879409 or 9390502. OLE color: 9390502.
HSL color Cylindrical-coordinate representation of color #A6498F: hue angle of 314.84º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6498F is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 143 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.35 |
| HSL | 314.84º | 0.39% | 0.47% | - |
| HSV(B) | 314.84º | 0.56% | 0.65% | - |
| XYZ | 23.07 | 14.86 | 27.64 | - |
| YUV | 108.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 143 | 0 | 0.56 | 0.14 | 0.35 | 314.84 | 0.39 | 0.47 |
| Hex | A6 | 49 | 8F | 0 | 38 | E | 23 | 13B | 27 | 2F |
| Octal | 246 | 111 | 217 | 0 | 70 | 16 | 43 | 473 | 47 | 57 |
| Binary | 10100110 | 1001001 | 10001111 | 0 | 111000 | 1110 | 100011 | 100111011 | 100111 | 101111 |
Color Harmonies of #A6498F
Complementary color
Monochromatic Colors of #A6498F
Black with #A6498F
Text Example
Text Example
White with #A6498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6498F; }
p { color: rgb(166,73,143); }
H1.HeaderClassName
{
color: #A6498F;
}
.AnyTagClassName
{
color: #A6498F;
}
</style>
background-color css
<style>
a { background-color: #A6498F; }
a { background-color: rgb(166,73,143); }
div.DivClassName
{
background-color: #A6498F;
}
.BgClassName
{
background-color: #A6498F;
}
</style>
border-color css
<style>
span { border-color: #A6498F; }
span { border-color: rgb(166,73,143); }
td.TdClassName
{
border-color: #A6498F;
}
.TagClassName
{
border-color: #A6498F;
}
</style>