Shades of Medium Red Violet #A62B8D
Tints of Medium Red Violet #A62B8D
RGB
CMYK
RGB Variations
Color information
#A62B8D (or 0xA62B8D) is known color: Medium Red Violet. HEX triplet: A6, 2B and 8D. RGB value is (166,43,141). Sum of RGB (Red+Green+Blue) = 166+43+141=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B8D is #59D472. Grayscale: #5A5A5A. Windows color (decimal): -5887091 or 9251750. OLE color: 9251750.
HSL color Cylindrical-coordinate representation of color #A62B8D: hue angle of 312.2º 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 #A62B8D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 141 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.35 |
| HSL | 312.2º | 0.59% | 0.41% | - |
| HSV(B) | 312.2º | 0.74% | 0.65% | - |
| XYZ | 21.4 | 11.76 | 26.34 | - |
| YUV | 90.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 141 | 0 | 0.74 | 0.15 | 0.35 | 312.2 | 0.59 | 0.41 |
| Hex | A6 | 2B | 8D | 0 | 4A | F | 23 | 138 | 3B | 29 |
| Octal | 246 | 53 | 215 | 0 | 112 | 17 | 43 | 470 | 73 | 51 |
| Binary | 10100110 | 101011 | 10001101 | 0 | 1001010 | 1111 | 100011 | 100111000 | 111011 | 101001 |
Color Harmonies of #A62B8D
Complementary color
Monochromatic Colors of #A62B8D
Black with #A62B8D
Text Example
Text Example
White with #A62B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B8D; }
p { color: rgb(166,43,141); }
H1.HeaderClassName
{
color: #A62B8D;
}
.AnyTagClassName
{
color: #A62B8D;
}
</style>
background-color css
<style>
a { background-color: #A62B8D; }
a { background-color: rgb(166,43,141); }
div.DivClassName
{
background-color: #A62B8D;
}
.BgClassName
{
background-color: #A62B8D;
}
</style>
border-color css
<style>
span { border-color: #A62B8D; }
span { border-color: rgb(166,43,141); }
td.TdClassName
{
border-color: #A62B8D;
}
.TagClassName
{
border-color: #A62B8D;
}
</style>