Shades of Medium Red Violet #A62D91
Tints of Medium Red Violet #A62D91
RGB
CMYK
RGB Variations
Color information
#A62D91 (or 0xA62D91) is known color: Medium Red Violet. HEX triplet: A6, 2D and 91. RGB value is (166,45,145). Sum of RGB (Red+Green+Blue) = 166+45+145=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62D91 is #59D26E. Grayscale: #5C5C5C. Windows color (decimal): -5886575 or 9514406. OLE color: 9514406.
HSL color Cylindrical-coordinate representation of color #A62D91: hue angle of 310.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D91 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 145 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.35 |
| HSL | 310.41º | 0.57% | 0.41% | - |
| HSV(B) | 310.41º | 0.73% | 0.65% | - |
| XYZ | 21.78 | 12.03 | 27.96 | - |
| YUV | 92.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 145 | 0 | 0.73 | 0.13 | 0.35 | 310.41 | 0.57 | 0.41 |
| Hex | A6 | 2D | 91 | 0 | 49 | D | 23 | 136 | 39 | 29 |
| Octal | 246 | 55 | 221 | 0 | 111 | 15 | 43 | 466 | 71 | 51 |
| Binary | 10100110 | 101101 | 10010001 | 0 | 1001001 | 1101 | 100011 | 100110110 | 111001 | 101001 |
Color Harmonies of #A62D91
Complementary color
Monochromatic Colors of #A62D91
Black with #A62D91
Text Example
Text Example
White with #A62D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D91; }
p { color: rgb(166,45,145); }
H1.HeaderClassName
{
color: #A62D91;
}
.AnyTagClassName
{
color: #A62D91;
}
</style>
background-color css
<style>
a { background-color: #A62D91; }
a { background-color: rgb(166,45,145); }
div.DivClassName
{
background-color: #A62D91;
}
.BgClassName
{
background-color: #A62D91;
}
</style>
border-color css
<style>
span { border-color: #A62D91; }
span { border-color: rgb(166,45,145); }
td.TdClassName
{
border-color: #A62D91;
}
.TagClassName
{
border-color: #A62D91;
}
</style>