Shades of Medium Red Violet #A63284
Tints of Medium Red Violet #A63284
RGB
CMYK
RGB Variations
Color information
#A63284 (or 0xA63284) is known color: Medium Red Violet. HEX triplet: A6, 32 and 84. RGB value is (166,50,132). Sum of RGB (Red+Green+Blue) = 166+50+132=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A63284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63284 is #59CD7B. Grayscale: #5D5D5D. Windows color (decimal): -5885308 or 8663718. OLE color: 8663718.
HSL color Cylindrical-coordinate representation of color #A63284: hue angle of 317.59º 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 #A63284 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 132 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.35 |
| HSL | 317.59º | 0.54% | 0.42% | - |
| HSV(B) | 317.59º | 0.7% | 0.65% | - |
| XYZ | 21.03 | 12.05 | 23.05 | - |
| YUV | 94.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 132 | 0 | 0.70 | 0.20 | 0.35 | 317.59 | 0.54 | 0.42 |
| Hex | A6 | 32 | 84 | 0 | 46 | 14 | 23 | 13E | 36 | 2A |
| Octal | 246 | 62 | 204 | 0 | 106 | 24 | 43 | 476 | 66 | 52 |
| Binary | 10100110 | 110010 | 10000100 | 0 | 1000110 | 10100 | 100011 | 100111110 | 110110 | 101010 |
Color Harmonies of #A63284
Complementary color
Monochromatic Colors of #A63284
Black with #A63284
Text Example
Text Example
White with #A63284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63284; }
p { color: rgb(166,50,132); }
H1.HeaderClassName
{
color: #A63284;
}
.AnyTagClassName
{
color: #A63284;
}
</style>
background-color css
<style>
a { background-color: #A63284; }
a { background-color: rgb(166,50,132); }
div.DivClassName
{
background-color: #A63284;
}
.BgClassName
{
background-color: #A63284;
}
</style>
border-color css
<style>
span { border-color: #A63284; }
span { border-color: rgb(166,50,132); }
td.TdClassName
{
border-color: #A63284;
}
.TagClassName
{
border-color: #A63284;
}
</style>