Shades of Medium Red Violet #A62F93
Tints of Medium Red Violet #A62F93
RGB
CMYK
RGB Variations
Color information
#A62F93 (or 0xA62F93) is known color: Medium Red Violet. HEX triplet: A6, 2F and 93. RGB value is (166,47,147). Sum of RGB (Red+Green+Blue) = 166+47+147=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62F93 is #59D06C. Grayscale: #5D5D5D. Windows color (decimal): -5886061 or 9645990. OLE color: 9645990.
HSL color Cylindrical-coordinate representation of color #A62F93: hue angle of 309.58º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F93 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 147 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.35 |
| HSL | 309.58º | 0.56% | 0.42% | - |
| HSV(B) | 309.58º | 0.72% | 0.65% | - |
| XYZ | 22.01 | 12.25 | 28.81 | - |
| YUV | 93.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 147 | 0 | 0.72 | 0.11 | 0.35 | 309.58 | 0.56 | 0.42 |
| Hex | A6 | 2F | 93 | 0 | 48 | B | 23 | 136 | 38 | 2A |
| Octal | 246 | 57 | 223 | 0 | 110 | 13 | 43 | 466 | 70 | 52 |
| Binary | 10100110 | 101111 | 10010011 | 0 | 1001000 | 1011 | 100011 | 100110110 | 111000 | 101010 |
Color Harmonies of #A62F93
Complementary color
Monochromatic Colors of #A62F93
Black with #A62F93
Text Example
Text Example
White with #A62F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F93; }
p { color: rgb(166,47,147); }
H1.HeaderClassName
{
color: #A62F93;
}
.AnyTagClassName
{
color: #A62F93;
}
</style>
background-color css
<style>
a { background-color: #A62F93; }
a { background-color: rgb(166,47,147); }
div.DivClassName
{
background-color: #A62F93;
}
.BgClassName
{
background-color: #A62F93;
}
</style>
border-color css
<style>
span { border-color: #A62F93; }
span { border-color: rgb(166,47,147); }
td.TdClassName
{
border-color: #A62F93;
}
.TagClassName
{
border-color: #A62F93;
}
</style>