Shades of Medium Red Violet #A62875
Tints of Medium Red Violet #A62875
RGB
CMYK
RGB Variations
Color information
#A62875 (or 0xA62875) is known color: Medium Red Violet. HEX triplet: A6, 28 and 75. RGB value is (166,40,117). Sum of RGB (Red+Green+Blue) = 166+40+117=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A62875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62875 is #59D78A. Grayscale: #565656. Windows color (decimal): -5887883 or 7678118. OLE color: 7678118.
HSL color Cylindrical-coordinate representation of color #A62875: hue angle of 323.33º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62875 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 117 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.35 |
| HSL | 323.33º | 0.61% | 0.4% | - |
| HSV(B) | 323.33º | 0.76% | 0.65% | - |
| XYZ | 19.7 | 10.91 | 17.9 | - |
| YUV | 86.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 117 | 0 | 0.76 | 0.30 | 0.35 | 323.33 | 0.61 | 0.4 |
| Hex | A6 | 28 | 75 | 0 | 4C | 1E | 23 | 143 | 3D | 28 |
| Octal | 246 | 50 | 165 | 0 | 114 | 36 | 43 | 503 | 75 | 50 |
| Binary | 10100110 | 101000 | 1110101 | 0 | 1001100 | 11110 | 100011 | 101000011 | 111101 | 101000 |
Color Harmonies of #A62875
Complementary color
Monochromatic Colors of #A62875
Black with #A62875
Text Example
Text Example
White with #A62875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62875; }
p { color: rgb(166,40,117); }
H1.HeaderClassName
{
color: #A62875;
}
.AnyTagClassName
{
color: #A62875;
}
</style>
background-color css
<style>
a { background-color: #A62875; }
a { background-color: rgb(166,40,117); }
div.DivClassName
{
background-color: #A62875;
}
.BgClassName
{
background-color: #A62875;
}
</style>
border-color css
<style>
span { border-color: #A62875; }
span { border-color: rgb(166,40,117); }
td.TdClassName
{
border-color: #A62875;
}
.TagClassName
{
border-color: #A62875;
}
</style>