Shades of Medium Red Violet #A62493
Tints of Medium Red Violet #A62493
RGB
CMYK
RGB Variations
Color information
#A62493 (or 0xA62493) is known color: Medium Red Violet. HEX triplet: A6, 24 and 93. RGB value is (166,36,147). Sum of RGB (Red+Green+Blue) = 166+36+147=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A62493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62493 is #59DB6C. Grayscale: #575757. Windows color (decimal): -5888877 or 9643174. OLE color: 9643174.
HSL color Cylindrical-coordinate representation of color #A62493: hue angle of 308.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62493 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 147 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.35 |
| HSL | 308.77º | 0.64% | 0.4% | - |
| HSV(B) | 308.77º | 0.78% | 0.65% | - |
| XYZ | 21.62 | 11.48 | 28.68 | - |
| YUV | 87.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 147 | 0 | 0.78 | 0.11 | 0.35 | 308.77 | 0.64 | 0.4 |
| Hex | A6 | 24 | 93 | 0 | 4E | B | 23 | 135 | 40 | 28 |
| Octal | 246 | 44 | 223 | 0 | 116 | 13 | 43 | 465 | 100 | 50 |
| Binary | 10100110 | 100100 | 10010011 | 0 | 1001110 | 1011 | 100011 | 100110101 | 1000000 | 101000 |
Color Harmonies of #A62493
Complementary color
Monochromatic Colors of #A62493
Black with #A62493
Text Example
Text Example
White with #A62493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62493; }
p { color: rgb(166,36,147); }
H1.HeaderClassName
{
color: #A62493;
}
.AnyTagClassName
{
color: #A62493;
}
</style>
background-color css
<style>
a { background-color: #A62493; }
a { background-color: rgb(166,36,147); }
div.DivClassName
{
background-color: #A62493;
}
.BgClassName
{
background-color: #A62493;
}
</style>
border-color css
<style>
span { border-color: #A62493; }
span { border-color: rgb(166,36,147); }
td.TdClassName
{
border-color: #A62493;
}
.TagClassName
{
border-color: #A62493;
}
</style>