Shades of Medium Red Violet #A62A8D
Tints of Medium Red Violet #A62A8D
RGB
CMYK
RGB Variations
Color information
#A62A8D (or 0xA62A8D) is known color: Medium Red Violet. HEX triplet: A6, 2A and 8D. RGB value is (166,42,141). Sum of RGB (Red+Green+Blue) = 166+42+141=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62A8D is #59D572. Grayscale: #5A5A5A. Windows color (decimal): -5887347 or 9251494. OLE color: 9251494.
HSL color Cylindrical-coordinate representation of color #A62A8D: hue angle of 312.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A8D is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 141 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.35 |
| HSL | 312.1º | 0.6% | 0.41% | - |
| HSV(B) | 312.1º | 0.75% | 0.65% | - |
| XYZ | 21.36 | 11.69 | 26.33 | - |
| YUV | 90.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 141 | 0 | 0.75 | 0.15 | 0.35 | 312.1 | 0.6 | 0.41 |
| Hex | A6 | 2A | 8D | 0 | 4B | F | 23 | 138 | 3C | 29 |
| Octal | 246 | 52 | 215 | 0 | 113 | 17 | 43 | 470 | 74 | 51 |
| Binary | 10100110 | 101010 | 10001101 | 0 | 1001011 | 1111 | 100011 | 100111000 | 111100 | 101001 |
Color Harmonies of #A62A8D
Complementary color
Monochromatic Colors of #A62A8D
Black with #A62A8D
Text Example
Text Example
White with #A62A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A8D; }
p { color: rgb(166,42,141); }
H1.HeaderClassName
{
color: #A62A8D;
}
.AnyTagClassName
{
color: #A62A8D;
}
</style>
background-color css
<style>
a { background-color: #A62A8D; }
a { background-color: rgb(166,42,141); }
div.DivClassName
{
background-color: #A62A8D;
}
.BgClassName
{
background-color: #A62A8D;
}
</style>
border-color css
<style>
span { border-color: #A62A8D; }
span { border-color: rgb(166,42,141); }
td.TdClassName
{
border-color: #A62A8D;
}
.TagClassName
{
border-color: #A62A8D;
}
</style>