Shades of Medium Red Violet #A63B7E
Tints of Medium Red Violet #A63B7E
RGB
CMYK
RGB Variations
Color information
#A63B7E (or 0xA63B7E) is known color: Medium Red Violet. HEX triplet: A6, 3B and 7E. RGB value is (166,59,126). Sum of RGB (Red+Green+Blue) = 166+59+126=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B7E is #59C481. Grayscale: #626262. Windows color (decimal): -5883010 or 8272806. OLE color: 8272806.
HSL color Cylindrical-coordinate representation of color #A63B7E: hue angle of 322.43º 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 #A63B7E is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 59 | 126 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.35 |
| HSL | 322.43º | 0.48% | 0.44% | - |
| HSV(B) | 322.43º | 0.64% | 0.65% | - |
| XYZ | 21.06 | 12.74 | 21.09 | - |
| YUV | 98.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 126 | 0 | 0.64 | 0.24 | 0.35 | 322.43 | 0.48 | 0.44 |
| Hex | A6 | 3B | 7E | 0 | 40 | 18 | 23 | 142 | 30 | 2C |
| Octal | 246 | 73 | 176 | 0 | 100 | 30 | 43 | 502 | 60 | 54 |
| Binary | 10100110 | 111011 | 1111110 | 0 | 1000000 | 11000 | 100011 | 101000010 | 110000 | 101100 |
Color Harmonies of #A63B7E
Complementary color
Monochromatic Colors of #A63B7E
Black with #A63B7E
Text Example
Text Example
White with #A63B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63B7E; }
p { color: rgb(166,59,126); }
H1.HeaderClassName
{
color: #A63B7E;
}
.AnyTagClassName
{
color: #A63B7E;
}
</style>
background-color css
<style>
a { background-color: #A63B7E; }
a { background-color: rgb(166,59,126); }
div.DivClassName
{
background-color: #A63B7E;
}
.BgClassName
{
background-color: #A63B7E;
}
</style>
border-color css
<style>
span { border-color: #A63B7E; }
span { border-color: rgb(166,59,126); }
td.TdClassName
{
border-color: #A63B7E;
}
.TagClassName
{
border-color: #A63B7E;
}
</style>