Shades of Medium Red Violet #A62398
Tints of Medium Red Violet #A62398
RGB
CMYK
RGB Variations
Color information
#A62398 (or 0xA62398) is known color: Medium Red Violet. HEX triplet: A6, 23 and 98. RGB value is (166,35,152). Sum of RGB (Red+Green+Blue) = 166+35+152=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A62398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62398 is #59DC67. Grayscale: #575757. Windows color (decimal): -5889128 or 9970598. OLE color: 9970598.
HSL color Cylindrical-coordinate representation of color #A62398: hue angle of 306.41º 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 #A62398 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 152 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.35 |
| HSL | 306.41º | 0.65% | 0.39% | - |
| HSV(B) | 306.41º | 0.79% | 0.65% | - |
| XYZ | 21.99 | 11.58 | 30.78 | - |
| YUV | 87.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 152 | 0 | 0.79 | 0.08 | 0.35 | 306.41 | 0.65 | 0.39 |
| Hex | A6 | 23 | 98 | 0 | 4F | 8 | 23 | 132 | 41 | 27 |
| Octal | 246 | 43 | 230 | 0 | 117 | 10 | 43 | 462 | 101 | 47 |
| Binary | 10100110 | 100011 | 10011000 | 0 | 1001111 | 1000 | 100011 | 100110010 | 1000001 | 100111 |
Color Harmonies of #A62398
Complementary color
Monochromatic Colors of #A62398
Black with #A62398
Text Example
Text Example
White with #A62398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62398; }
p { color: rgb(166,35,152); }
H1.HeaderClassName
{
color: #A62398;
}
.AnyTagClassName
{
color: #A62398;
}
</style>
background-color css
<style>
a { background-color: #A62398; }
a { background-color: rgb(166,35,152); }
div.DivClassName
{
background-color: #A62398;
}
.BgClassName
{
background-color: #A62398;
}
</style>
border-color css
<style>
span { border-color: #A62398; }
span { border-color: rgb(166,35,152); }
td.TdClassName
{
border-color: #A62398;
}
.TagClassName
{
border-color: #A62398;
}
</style>