Shades of Medium Red Violet #A63588
Tints of Medium Red Violet #A63588
RGB
CMYK
RGB Variations
Color information
#A63588 (or 0xA63588) is known color: Medium Red Violet. HEX triplet: A6, 35 and 88. RGB value is (166,53,136). Sum of RGB (Red+Green+Blue) = 166+53+136=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A63588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63588 is #59CA77. Grayscale: #606060. Windows color (decimal): -5884536 or 8926630. OLE color: 8926630.
HSL color Cylindrical-coordinate representation of color #A63588: hue angle of 315.93º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63588 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 136 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.35 |
| HSL | 315.93º | 0.52% | 0.43% | - |
| HSV(B) | 315.93º | 0.68% | 0.65% | - |
| XYZ | 21.44 | 12.43 | 24.56 | - |
| YUV | 96.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 136 | 0 | 0.68 | 0.18 | 0.35 | 315.93 | 0.52 | 0.43 |
| Hex | A6 | 35 | 88 | 0 | 44 | 12 | 23 | 13C | 34 | 2B |
| Octal | 246 | 65 | 210 | 0 | 104 | 22 | 43 | 474 | 64 | 53 |
| Binary | 10100110 | 110101 | 10001000 | 0 | 1000100 | 10010 | 100011 | 100111100 | 110100 | 101011 |
Color Harmonies of #A63588
Complementary color
Monochromatic Colors of #A63588
Black with #A63588
Text Example
Text Example
White with #A63588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63588; }
p { color: rgb(166,53,136); }
H1.HeaderClassName
{
color: #A63588;
}
.AnyTagClassName
{
color: #A63588;
}
</style>
background-color css
<style>
a { background-color: #A63588; }
a { background-color: rgb(166,53,136); }
div.DivClassName
{
background-color: #A63588;
}
.BgClassName
{
background-color: #A63588;
}
</style>
border-color css
<style>
span { border-color: #A63588; }
span { border-color: rgb(166,53,136); }
td.TdClassName
{
border-color: #A63588;
}
.TagClassName
{
border-color: #A63588;
}
</style>