Shades of Medium Red Violet #A63492
Tints of Medium Red Violet #A63492
RGB
CMYK
RGB Variations
Color information
#A63492 (or 0xA63492) is known color: Medium Red Violet. HEX triplet: A6, 34 and 92. RGB value is (166,52,146). Sum of RGB (Red+Green+Blue) = 166+52+146=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63492 is #59CB6D. Grayscale: #606060. Windows color (decimal): -5884782 or 9581734. OLE color: 9581734.
HSL color Cylindrical-coordinate representation of color #A63492: hue angle of 310.53º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63492 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 146 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.35 |
| HSL | 310.53º | 0.52% | 0.43% | - |
| HSV(B) | 310.53º | 0.69% | 0.65% | - |
| XYZ | 22.14 | 12.64 | 28.47 | - |
| YUV | 96.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 146 | 0 | 0.69 | 0.12 | 0.35 | 310.53 | 0.52 | 0.43 |
| Hex | A6 | 34 | 92 | 0 | 45 | C | 23 | 137 | 34 | 2B |
| Octal | 246 | 64 | 222 | 0 | 105 | 14 | 43 | 467 | 64 | 53 |
| Binary | 10100110 | 110100 | 10010010 | 0 | 1000101 | 1100 | 100011 | 100110111 | 110100 | 101011 |
Color Harmonies of #A63492
Complementary color
Monochromatic Colors of #A63492
Black with #A63492
Text Example
Text Example
White with #A63492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63492; }
p { color: rgb(166,52,146); }
H1.HeaderClassName
{
color: #A63492;
}
.AnyTagClassName
{
color: #A63492;
}
</style>
background-color css
<style>
a { background-color: #A63492; }
a { background-color: rgb(166,52,146); }
div.DivClassName
{
background-color: #A63492;
}
.BgClassName
{
background-color: #A63492;
}
</style>
border-color css
<style>
span { border-color: #A63492; }
span { border-color: rgb(166,52,146); }
td.TdClassName
{
border-color: #A63492;
}
.TagClassName
{
border-color: #A63492;
}
</style>