Shades of Medium Red Violet #A63188
Tints of Medium Red Violet #A63188
RGB
CMYK
RGB Variations
Color information
#A63188 (or 0xA63188) is known color: Medium Red Violet. HEX triplet: A6, 31 and 88. RGB value is (166,49,136). Sum of RGB (Red+Green+Blue) = 166+49+136=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A63188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63188 is #59CE77. Grayscale: #5D5D5D. Windows color (decimal): -5885560 or 8925606. OLE color: 8925606.
HSL color Cylindrical-coordinate representation of color #A63188: hue angle of 315.38º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63188 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 136 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.35 |
| HSL | 315.38º | 0.54% | 0.42% | - |
| HSV(B) | 315.38º | 0.7% | 0.65% | - |
| XYZ | 21.27 | 12.08 | 24.5 | - |
| YUV | 93.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 136 | 0 | 0.70 | 0.18 | 0.35 | 315.38 | 0.54 | 0.42 |
| Hex | A6 | 31 | 88 | 0 | 46 | 12 | 23 | 13B | 36 | 2A |
| Octal | 246 | 61 | 210 | 0 | 106 | 22 | 43 | 473 | 66 | 52 |
| Binary | 10100110 | 110001 | 10001000 | 0 | 1000110 | 10010 | 100011 | 100111011 | 110110 | 101010 |
Color Harmonies of #A63188
Complementary color
Monochromatic Colors of #A63188
Black with #A63188
Text Example
Text Example
White with #A63188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63188; }
p { color: rgb(166,49,136); }
H1.HeaderClassName
{
color: #A63188;
}
.AnyTagClassName
{
color: #A63188;
}
</style>
background-color css
<style>
a { background-color: #A63188; }
a { background-color: rgb(166,49,136); }
div.DivClassName
{
background-color: #A63188;
}
.BgClassName
{
background-color: #A63188;
}
</style>
border-color css
<style>
span { border-color: #A63188; }
span { border-color: rgb(166,49,136); }
td.TdClassName
{
border-color: #A63188;
}
.TagClassName
{
border-color: #A63188;
}
</style>