Shades of Medium Red Violet #A62375
Tints of Medium Red Violet #A62375
RGB
CMYK
RGB Variations
Color information
#A62375 (or 0xA62375) is known color: Medium Red Violet. HEX triplet: A6, 23 and 75. RGB value is (166,35,117). Sum of RGB (Red+Green+Blue) = 166+35+117=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62375 is #59DC8A. Grayscale: #535353. Windows color (decimal): -5889163 or 7676838. OLE color: 7676838.
HSL color Cylindrical-coordinate representation of color #A62375: hue angle of 322.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62375 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 117 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.35 |
| HSL | 322.44º | 0.65% | 0.39% | - |
| HSV(B) | 322.44º | 0.79% | 0.65% | - |
| XYZ | 19.54 | 10.59 | 17.84 | - |
| YUV | 83.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 117 | 0 | 0.79 | 0.30 | 0.35 | 322.44 | 0.65 | 0.39 |
| Hex | A6 | 23 | 75 | 0 | 4F | 1E | 23 | 142 | 41 | 27 |
| Octal | 246 | 43 | 165 | 0 | 117 | 36 | 43 | 502 | 101 | 47 |
| Binary | 10100110 | 100011 | 1110101 | 0 | 1001111 | 11110 | 100011 | 101000010 | 1000001 | 100111 |
Color Harmonies of #A62375
Complementary color
Monochromatic Colors of #A62375
Black with #A62375
Text Example
Text Example
White with #A62375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62375; }
p { color: rgb(166,35,117); }
H1.HeaderClassName
{
color: #A62375;
}
.AnyTagClassName
{
color: #A62375;
}
</style>
background-color css
<style>
a { background-color: #A62375; }
a { background-color: rgb(166,35,117); }
div.DivClassName
{
background-color: #A62375;
}
.BgClassName
{
background-color: #A62375;
}
</style>
border-color css
<style>
span { border-color: #A62375; }
span { border-color: rgb(166,35,117); }
td.TdClassName
{
border-color: #A62375;
}
.TagClassName
{
border-color: #A62375;
}
</style>