Shades of Medium Red Violet #A63298
Tints of Medium Red Violet #A63298
RGB
CMYK
RGB Variations
Color information
#A63298 (or 0xA63298) is known color: Medium Red Violet. HEX triplet: A6, 32 and 98. RGB value is (166,50,152). Sum of RGB (Red+Green+Blue) = 166+50+152=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63298 is #59CD67. Grayscale: #606060. Windows color (decimal): -5885288 or 9974438. OLE color: 9974438.
HSL color Cylindrical-coordinate representation of color #A63298: hue angle of 307.24º 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 #A63298 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 152 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.35 |
| HSL | 307.24º | 0.54% | 0.42% | - |
| HSV(B) | 307.24º | 0.7% | 0.65% | - |
| XYZ | 22.53 | 12.66 | 30.96 | - |
| YUV | 96.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 152 | 0 | 0.70 | 0.08 | 0.35 | 307.24 | 0.54 | 0.42 |
| Hex | A6 | 32 | 98 | 0 | 46 | 8 | 23 | 133 | 36 | 2A |
| Octal | 246 | 62 | 230 | 0 | 106 | 10 | 43 | 463 | 66 | 52 |
| Binary | 10100110 | 110010 | 10011000 | 0 | 1000110 | 1000 | 100011 | 100110011 | 110110 | 101010 |
Color Harmonies of #A63298
Complementary color
Monochromatic Colors of #A63298
Black with #A63298
Text Example
Text Example
White with #A63298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63298; }
p { color: rgb(166,50,152); }
H1.HeaderClassName
{
color: #A63298;
}
.AnyTagClassName
{
color: #A63298;
}
</style>
background-color css
<style>
a { background-color: #A63298; }
a { background-color: rgb(166,50,152); }
div.DivClassName
{
background-color: #A63298;
}
.BgClassName
{
background-color: #A63298;
}
</style>
border-color css
<style>
span { border-color: #A63298; }
span { border-color: rgb(166,50,152); }
td.TdClassName
{
border-color: #A63298;
}
.TagClassName
{
border-color: #A63298;
}
</style>