Shades of Medium Red Violet #A62B76
Tints of Medium Red Violet #A62B76
RGB
CMYK
RGB Variations
Color information
#A62B76 (or 0xA62B76) is known color: Medium Red Violet. HEX triplet: A6, 2B and 76. RGB value is (166,43,118). Sum of RGB (Red+Green+Blue) = 166+43+118=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B76 is #59D489. Grayscale: #585858. Windows color (decimal): -5887114 or 7744422. OLE color: 7744422.
HSL color Cylindrical-coordinate representation of color #A62B76: hue angle of 323.41º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62B76 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 118 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.35 |
| HSL | 323.41º | 0.59% | 0.41% | - |
| HSV(B) | 323.41º | 0.74% | 0.65% | - |
| XYZ | 19.86 | 11.14 | 18.24 | - |
| YUV | 88.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 118 | 0 | 0.74 | 0.29 | 0.35 | 323.41 | 0.59 | 0.41 |
| Hex | A6 | 2B | 76 | 0 | 4A | 1D | 23 | 143 | 3B | 29 |
| Octal | 246 | 53 | 166 | 0 | 112 | 35 | 43 | 503 | 73 | 51 |
| Binary | 10100110 | 101011 | 1110110 | 0 | 1001010 | 11101 | 100011 | 101000011 | 111011 | 101001 |
Color Harmonies of #A62B76
Complementary color
Monochromatic Colors of #A62B76
Black with #A62B76
Text Example
Text Example
White with #A62B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B76; }
p { color: rgb(166,43,118); }
H1.HeaderClassName
{
color: #A62B76;
}
.AnyTagClassName
{
color: #A62B76;
}
</style>
background-color css
<style>
a { background-color: #A62B76; }
a { background-color: rgb(166,43,118); }
div.DivClassName
{
background-color: #A62B76;
}
.BgClassName
{
background-color: #A62B76;
}
</style>
border-color css
<style>
span { border-color: #A62B76; }
span { border-color: rgb(166,43,118); }
td.TdClassName
{
border-color: #A62B76;
}
.TagClassName
{
border-color: #A62B76;
}
</style>