Shades of Medium Red Violet #A63288
Tints of Medium Red Violet #A63288
RGB
CMYK
RGB Variations
Color information
#A63288 (or 0xA63288) is known color: Medium Red Violet. HEX triplet: A6, 32 and 88. RGB value is (166,50,136). Sum of RGB (Red+Green+Blue) = 166+50+136=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A63288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63288 is #59CD77. Grayscale: #5E5E5E. Windows color (decimal): -5885304 or 8925862. OLE color: 8925862.
HSL color Cylindrical-coordinate representation of color #A63288: hue angle of 315.52º 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 #A63288 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 136 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.35 |
| HSL | 315.52º | 0.54% | 0.42% | - |
| HSV(B) | 315.52º | 0.7% | 0.65% | - |
| XYZ | 21.31 | 12.17 | 24.52 | - |
| YUV | 94.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 136 | 0 | 0.70 | 0.18 | 0.35 | 315.52 | 0.54 | 0.42 |
| Hex | A6 | 32 | 88 | 0 | 46 | 12 | 23 | 13C | 36 | 2A |
| Octal | 246 | 62 | 210 | 0 | 106 | 22 | 43 | 474 | 66 | 52 |
| Binary | 10100110 | 110010 | 10001000 | 0 | 1000110 | 10010 | 100011 | 100111100 | 110110 | 101010 |
Color Harmonies of #A63288
Complementary color
Monochromatic Colors of #A63288
Black with #A63288
Text Example
Text Example
White with #A63288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63288; }
p { color: rgb(166,50,136); }
H1.HeaderClassName
{
color: #A63288;
}
.AnyTagClassName
{
color: #A63288;
}
</style>
background-color css
<style>
a { background-color: #A63288; }
a { background-color: rgb(166,50,136); }
div.DivClassName
{
background-color: #A63288;
}
.BgClassName
{
background-color: #A63288;
}
</style>
border-color css
<style>
span { border-color: #A63288; }
span { border-color: rgb(166,50,136); }
td.TdClassName
{
border-color: #A63288;
}
.TagClassName
{
border-color: #A63288;
}
</style>