Shades of Medium Red Violet #A62397
Tints of Medium Red Violet #A62397
RGB
CMYK
RGB Variations
Color information
#A62397 (or 0xA62397) is known color: Medium Red Violet. HEX triplet: A6, 23 and 97. RGB value is (166,35,151). Sum of RGB (Red+Green+Blue) = 166+35+151=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A62397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62397 is #59DC68. Grayscale: #575757. Windows color (decimal): -5889129 or 9905062. OLE color: 9905062.
HSL color Cylindrical-coordinate representation of color #A62397: hue angle of 306.87º 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 #A62397 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 151 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.35 |
| HSL | 306.87º | 0.65% | 0.39% | - |
| HSV(B) | 306.87º | 0.79% | 0.65% | - |
| XYZ | 21.91 | 11.54 | 30.35 | - |
| YUV | 87.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 151 | 0 | 0.79 | 0.09 | 0.35 | 306.87 | 0.65 | 0.39 |
| Hex | A6 | 23 | 97 | 0 | 4F | 9 | 23 | 133 | 41 | 27 |
| Octal | 246 | 43 | 227 | 0 | 117 | 11 | 43 | 463 | 101 | 47 |
| Binary | 10100110 | 100011 | 10010111 | 0 | 1001111 | 1001 | 100011 | 100110011 | 1000001 | 100111 |
Color Harmonies of #A62397
Complementary color
Monochromatic Colors of #A62397
Black with #A62397
Text Example
Text Example
White with #A62397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62397; }
p { color: rgb(166,35,151); }
H1.HeaderClassName
{
color: #A62397;
}
.AnyTagClassName
{
color: #A62397;
}
</style>
background-color css
<style>
a { background-color: #A62397; }
a { background-color: rgb(166,35,151); }
div.DivClassName
{
background-color: #A62397;
}
.BgClassName
{
background-color: #A62397;
}
</style>
border-color css
<style>
span { border-color: #A62397; }
span { border-color: rgb(166,35,151); }
td.TdClassName
{
border-color: #A62397;
}
.TagClassName
{
border-color: #A62397;
}
</style>