Shades of Medium Red Violet #A62A7B
Tints of Medium Red Violet #A62A7B
RGB
CMYK
RGB Variations
Color information
#A62A7B (or 0xA62A7B) is known color: Medium Red Violet. HEX triplet: A6, 2A and 7B. RGB value is (166,42,123). Sum of RGB (Red+Green+Blue) = 166+42+123=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A7B is #59D584. Grayscale: #585858. Windows color (decimal): -5887365 or 8071846. OLE color: 8071846.
HSL color Cylindrical-coordinate representation of color #A62A7B: hue angle of 320.81º 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 #A62A7B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 123 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.35 |
| HSL | 320.81º | 0.6% | 0.41% | - |
| HSV(B) | 320.81º | 0.75% | 0.65% | - |
| XYZ | 20.13 | 11.19 | 19.84 | - |
| YUV | 88.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 123 | 0 | 0.75 | 0.26 | 0.35 | 320.81 | 0.6 | 0.41 |
| Hex | A6 | 2A | 7B | 0 | 4B | 1A | 23 | 141 | 3C | 29 |
| Octal | 246 | 52 | 173 | 0 | 113 | 32 | 43 | 501 | 74 | 51 |
| Binary | 10100110 | 101010 | 1111011 | 0 | 1001011 | 11010 | 100011 | 101000001 | 111100 | 101001 |
Color Harmonies of #A62A7B
Complementary color
Monochromatic Colors of #A62A7B
Black with #A62A7B
Text Example
Text Example
White with #A62A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A7B; }
p { color: rgb(166,42,123); }
H1.HeaderClassName
{
color: #A62A7B;
}
.AnyTagClassName
{
color: #A62A7B;
}
</style>
background-color css
<style>
a { background-color: #A62A7B; }
a { background-color: rgb(166,42,123); }
div.DivClassName
{
background-color: #A62A7B;
}
.BgClassName
{
background-color: #A62A7B;
}
</style>
border-color css
<style>
span { border-color: #A62A7B; }
span { border-color: rgb(166,42,123); }
td.TdClassName
{
border-color: #A62A7B;
}
.TagClassName
{
border-color: #A62A7B;
}
</style>