Shades of Medium Red Violet #A62685
Tints of Medium Red Violet #A62685
RGB
CMYK
RGB Variations
Color information
#A62685 (or 0xA62685) is known color: Medium Red Violet. HEX triplet: A6, 26 and 85. RGB value is (166,38,133). Sum of RGB (Red+Green+Blue) = 166+38+133=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A62685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62685 is #59D97A. Grayscale: #565656. Windows color (decimal): -5888379 or 8726182. OLE color: 8726182.
HSL color Cylindrical-coordinate representation of color #A62685: hue angle of 315.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62685 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 133 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.35 |
| HSL | 315.47º | 0.63% | 0.4% | - |
| HSV(B) | 315.47º | 0.77% | 0.65% | - |
| XYZ | 20.65 | 11.19 | 23.26 | - |
| YUV | 87.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 133 | 0 | 0.77 | 0.20 | 0.35 | 315.47 | 0.63 | 0.4 |
| Hex | A6 | 26 | 85 | 0 | 4D | 14 | 23 | 13B | 3F | 28 |
| Octal | 246 | 46 | 205 | 0 | 115 | 24 | 43 | 473 | 77 | 50 |
| Binary | 10100110 | 100110 | 10000101 | 0 | 1001101 | 10100 | 100011 | 100111011 | 111111 | 101000 |
Color Harmonies of #A62685
Complementary color
Monochromatic Colors of #A62685
Black with #A62685
Text Example
Text Example
White with #A62685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62685; }
p { color: rgb(166,38,133); }
H1.HeaderClassName
{
color: #A62685;
}
.AnyTagClassName
{
color: #A62685;
}
</style>
background-color css
<style>
a { background-color: #A62685; }
a { background-color: rgb(166,38,133); }
div.DivClassName
{
background-color: #A62685;
}
.BgClassName
{
background-color: #A62685;
}
</style>
border-color css
<style>
span { border-color: #A62685; }
span { border-color: rgb(166,38,133); }
td.TdClassName
{
border-color: #A62685;
}
.TagClassName
{
border-color: #A62685;
}
</style>