Shades of Medium Red Violet #A6488D
Tints of Medium Red Violet #A6488D
RGB
CMYK
RGB Variations
Color information
#A6488D (or 0xA6488D) is known color: Medium Red Violet. HEX triplet: A6, 48 and 8D. RGB value is (166,72,141). Sum of RGB (Red+Green+Blue) = 166+72+141=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6488D is #59B772. Grayscale: #6B6B6B. Windows color (decimal): -5879667 or 9259174. OLE color: 9259174.
HSL color Cylindrical-coordinate representation of color #A6488D: hue angle of 315.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6488D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 141 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.35 |
| HSL | 315.96º | 0.39% | 0.47% | - |
| HSV(B) | 315.96º | 0.57% | 0.65% | - |
| XYZ | 22.85 | 14.66 | 26.83 | - |
| YUV | 107.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 141 | 0 | 0.57 | 0.15 | 0.35 | 315.96 | 0.39 | 0.47 |
| Hex | A6 | 48 | 8D | 0 | 39 | F | 23 | 13C | 27 | 2F |
| Octal | 246 | 110 | 215 | 0 | 71 | 17 | 43 | 474 | 47 | 57 |
| Binary | 10100110 | 1001000 | 10001101 | 0 | 111001 | 1111 | 100011 | 100111100 | 100111 | 101111 |
Color Harmonies of #A6488D
Complementary color
Monochromatic Colors of #A6488D
Black with #A6488D
Text Example
Text Example
White with #A6488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6488D; }
p { color: rgb(166,72,141); }
H1.HeaderClassName
{
color: #A6488D;
}
.AnyTagClassName
{
color: #A6488D;
}
</style>
background-color css
<style>
a { background-color: #A6488D; }
a { background-color: rgb(166,72,141); }
div.DivClassName
{
background-color: #A6488D;
}
.BgClassName
{
background-color: #A6488D;
}
</style>
border-color css
<style>
span { border-color: #A6488D; }
span { border-color: rgb(166,72,141); }
td.TdClassName
{
border-color: #A6488D;
}
.TagClassName
{
border-color: #A6488D;
}
</style>