Shades of Medium Red Violet #A63A8D
Tints of Medium Red Violet #A63A8D
RGB
CMYK
RGB Variations
Color information
#A63A8D (or 0xA63A8D) is known color: Medium Red Violet. HEX triplet: A6, 3A and 8D. RGB value is (166,58,141). Sum of RGB (Red+Green+Blue) = 166+58+141=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A8D is #59C572. Grayscale: #636363. Windows color (decimal): -5883251 or 9255590. OLE color: 9255590.
HSL color Cylindrical-coordinate representation of color #A63A8D: hue angle of 313.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A8D is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 141 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.35 |
| HSL | 313.89º | 0.48% | 0.44% | - |
| HSV(B) | 313.89º | 0.65% | 0.65% | - |
| XYZ | 22.05 | 13.06 | 26.56 | - |
| YUV | 99.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 141 | 0 | 0.65 | 0.15 | 0.35 | 313.89 | 0.48 | 0.44 |
| Hex | A6 | 3A | 8D | 0 | 41 | F | 23 | 13A | 30 | 2C |
| Octal | 246 | 72 | 215 | 0 | 101 | 17 | 43 | 472 | 60 | 54 |
| Binary | 10100110 | 111010 | 10001101 | 0 | 1000001 | 1111 | 100011 | 100111010 | 110000 | 101100 |
Color Harmonies of #A63A8D
Complementary color
Monochromatic Colors of #A63A8D
Black with #A63A8D
Text Example
Text Example
White with #A63A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A8D; }
p { color: rgb(166,58,141); }
H1.HeaderClassName
{
color: #A63A8D;
}
.AnyTagClassName
{
color: #A63A8D;
}
</style>
background-color css
<style>
a { background-color: #A63A8D; }
a { background-color: rgb(166,58,141); }
div.DivClassName
{
background-color: #A63A8D;
}
.BgClassName
{
background-color: #A63A8D;
}
</style>
border-color css
<style>
span { border-color: #A63A8D; }
span { border-color: rgb(166,58,141); }
td.TdClassName
{
border-color: #A63A8D;
}
.TagClassName
{
border-color: #A63A8D;
}
</style>