Shades of Medium Red Violet #A63B8E
Tints of Medium Red Violet #A63B8E
RGB
CMYK
RGB Variations
Color information
#A63B8E (or 0xA63B8E) is known color: Medium Red Violet. HEX triplet: A6, 3B and 8E. RGB value is (166,59,142). Sum of RGB (Red+Green+Blue) = 166+59+142=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63B8E is #59C471. Grayscale: #646464. Windows color (decimal): -5882994 or 9321382. OLE color: 9321382.
HSL color Cylindrical-coordinate representation of color #A63B8E: hue angle of 313.46º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63B8E is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 142 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.35 |
| HSL | 313.46º | 0.48% | 0.44% | - |
| HSV(B) | 313.46º | 0.64% | 0.65% | - |
| XYZ | 22.17 | 13.19 | 26.97 | - |
| YUV | 100.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 142 | 0 | 0.64 | 0.14 | 0.35 | 313.46 | 0.48 | 0.44 |
| Hex | A6 | 3B | 8E | 0 | 40 | E | 23 | 139 | 30 | 2C |
| Octal | 246 | 73 | 216 | 0 | 100 | 16 | 43 | 471 | 60 | 54 |
| Binary | 10100110 | 111011 | 10001110 | 0 | 1000000 | 1110 | 100011 | 100111001 | 110000 | 101100 |
Color Harmonies of #A63B8E
Complementary color
Monochromatic Colors of #A63B8E
Black with #A63B8E
Text Example
Text Example
White with #A63B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B8E; }
p { color: rgb(166,59,142); }
H1.HeaderClassName
{
color: #A63B8E;
}
.AnyTagClassName
{
color: #A63B8E;
}
</style>
background-color css
<style>
a { background-color: #A63B8E; }
a { background-color: rgb(166,59,142); }
div.DivClassName
{
background-color: #A63B8E;
}
.BgClassName
{
background-color: #A63B8E;
}
</style>
border-color css
<style>
span { border-color: #A63B8E; }
span { border-color: rgb(166,59,142); }
td.TdClassName
{
border-color: #A63B8E;
}
.TagClassName
{
border-color: #A63B8E;
}
</style>