Shades of Medium Red Violet #A62492
Tints of Medium Red Violet #A62492
RGB
CMYK
RGB Variations
Color information
#A62492 (or 0xA62492) is known color: Medium Red Violet. HEX triplet: A6, 24 and 92. RGB value is (166,36,146). Sum of RGB (Red+Green+Blue) = 166+36+146=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A62492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62492 is #59DB6D. Grayscale: #575757. Windows color (decimal): -5888878 or 9577638. OLE color: 9577638.
HSL color Cylindrical-coordinate representation of color #A62492: hue angle of 309.23º 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 #A62492 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 146 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.35 |
| HSL | 309.23º | 0.64% | 0.4% | - |
| HSV(B) | 309.23º | 0.78% | 0.65% | - |
| XYZ | 21.55 | 11.44 | 28.27 | - |
| YUV | 87.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 146 | 0 | 0.78 | 0.12 | 0.35 | 309.23 | 0.64 | 0.4 |
| Hex | A6 | 24 | 92 | 0 | 4E | C | 23 | 135 | 40 | 28 |
| Octal | 246 | 44 | 222 | 0 | 116 | 14 | 43 | 465 | 100 | 50 |
| Binary | 10100110 | 100100 | 10010010 | 0 | 1001110 | 1100 | 100011 | 100110101 | 1000000 | 101000 |
Color Harmonies of #A62492
Complementary color
Monochromatic Colors of #A62492
Black with #A62492
Text Example
Text Example
White with #A62492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62492; }
p { color: rgb(166,36,146); }
H1.HeaderClassName
{
color: #A62492;
}
.AnyTagClassName
{
color: #A62492;
}
</style>
background-color css
<style>
a { background-color: #A62492; }
a { background-color: rgb(166,36,146); }
div.DivClassName
{
background-color: #A62492;
}
.BgClassName
{
background-color: #A62492;
}
</style>
border-color css
<style>
span { border-color: #A62492; }
span { border-color: rgb(166,36,146); }
td.TdClassName
{
border-color: #A62492;
}
.TagClassName
{
border-color: #A62492;
}
</style>