Shades of Medium Red Violet #A63992
Tints of Medium Red Violet #A63992
RGB
CMYK
RGB Variations
Color information
#A63992 (or 0xA63992) is known color: Medium Red Violet. HEX triplet: A6, 39 and 92. RGB value is (166,57,146). Sum of RGB (Red+Green+Blue) = 166+57+146=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A63992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63992 is #59C66D. Grayscale: #636363. Windows color (decimal): -5883502 or 9583014. OLE color: 9583014.
HSL color Cylindrical-coordinate representation of color #A63992: hue angle of 311.01º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63992 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 146 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.35 |
| HSL | 311.01º | 0.49% | 0.44% | - |
| HSV(B) | 311.01º | 0.66% | 0.65% | - |
| XYZ | 22.38 | 13.11 | 28.54 | - |
| YUV | 99.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 146 | 0 | 0.66 | 0.12 | 0.35 | 311.01 | 0.49 | 0.44 |
| Hex | A6 | 39 | 92 | 0 | 42 | C | 23 | 137 | 31 | 2C |
| Octal | 246 | 71 | 222 | 0 | 102 | 14 | 43 | 467 | 61 | 54 |
| Binary | 10100110 | 111001 | 10010010 | 0 | 1000010 | 1100 | 100011 | 100110111 | 110001 | 101100 |
Color Harmonies of #A63992
Complementary color
Monochromatic Colors of #A63992
Black with #A63992
Text Example
Text Example
White with #A63992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63992; }
p { color: rgb(166,57,146); }
H1.HeaderClassName
{
color: #A63992;
}
.AnyTagClassName
{
color: #A63992;
}
</style>
background-color css
<style>
a { background-color: #A63992; }
a { background-color: rgb(166,57,146); }
div.DivClassName
{
background-color: #A63992;
}
.BgClassName
{
background-color: #A63992;
}
</style>
border-color css
<style>
span { border-color: #A63992; }
span { border-color: rgb(166,57,146); }
td.TdClassName
{
border-color: #A63992;
}
.TagClassName
{
border-color: #A63992;
}
</style>