Shades of Medium Red Violet #A63283
Tints of Medium Red Violet #A63283
RGB
CMYK
RGB Variations
Color information
#A63283 (or 0xA63283) is known color: Medium Red Violet. HEX triplet: A6, 32 and 83. RGB value is (166,50,131). Sum of RGB (Red+Green+Blue) = 166+50+131=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A63283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63283 is #59CD7C. Grayscale: #5D5D5D. Windows color (decimal): -5885309 or 8598182. OLE color: 8598182.
HSL color Cylindrical-coordinate representation of color #A63283: hue angle of 318.1º 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 #A63283 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 131 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.35 |
| HSL | 318.1º | 0.54% | 0.42% | - |
| HSV(B) | 318.1º | 0.7% | 0.65% | - |
| XYZ | 20.96 | 12.03 | 22.69 | - |
| YUV | 93.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 131 | 0 | 0.70 | 0.21 | 0.35 | 318.1 | 0.54 | 0.42 |
| Hex | A6 | 32 | 83 | 0 | 46 | 15 | 23 | 13E | 36 | 2A |
| Octal | 246 | 62 | 203 | 0 | 106 | 25 | 43 | 476 | 66 | 52 |
| Binary | 10100110 | 110010 | 10000011 | 0 | 1000110 | 10101 | 100011 | 100111110 | 110110 | 101010 |
Color Harmonies of #A63283
Complementary color
Monochromatic Colors of #A63283
Black with #A63283
Text Example
Text Example
White with #A63283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63283; }
p { color: rgb(166,50,131); }
H1.HeaderClassName
{
color: #A63283;
}
.AnyTagClassName
{
color: #A63283;
}
</style>
background-color css
<style>
a { background-color: #A63283; }
a { background-color: rgb(166,50,131); }
div.DivClassName
{
background-color: #A63283;
}
.BgClassName
{
background-color: #A63283;
}
</style>
border-color css
<style>
span { border-color: #A63283; }
span { border-color: rgb(166,50,131); }
td.TdClassName
{
border-color: #A63283;
}
.TagClassName
{
border-color: #A63283;
}
</style>