Shades of Medium Red Violet #A62298
Tints of Medium Red Violet #A62298
RGB
CMYK
RGB Variations
Color information
#A62298 (or 0xA62298) is known color: Medium Red Violet. HEX triplet: A6, 22 and 98. RGB value is (166,34,152). Sum of RGB (Red+Green+Blue) = 166+34+152=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A62298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62298 is #59DD67. Grayscale: #565656. Windows color (decimal): -5889384 or 9970342. OLE color: 9970342.
HSL color Cylindrical-coordinate representation of color #A62298: hue angle of 306.36º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62298 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 152 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.35 |
| HSL | 306.36º | 0.66% | 0.39% | - |
| HSV(B) | 306.36º | 0.8% | 0.65% | - |
| XYZ | 21.97 | 11.52 | 30.77 | - |
| YUV | 86.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 152 | 0 | 0.80 | 0.08 | 0.35 | 306.36 | 0.66 | 0.39 |
| Hex | A6 | 22 | 98 | 0 | 50 | 8 | 23 | 132 | 42 | 27 |
| Octal | 246 | 42 | 230 | 0 | 120 | 10 | 43 | 462 | 102 | 47 |
| Binary | 10100110 | 100010 | 10011000 | 0 | 1010000 | 1000 | 100011 | 100110010 | 1000010 | 100111 |
Color Harmonies of #A62298
Complementary color
Monochromatic Colors of #A62298
Black with #A62298
Text Example
Text Example
White with #A62298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62298; }
p { color: rgb(166,34,152); }
H1.HeaderClassName
{
color: #A62298;
}
.AnyTagClassName
{
color: #A62298;
}
</style>
background-color css
<style>
a { background-color: #A62298; }
a { background-color: rgb(166,34,152); }
div.DivClassName
{
background-color: #A62298;
}
.BgClassName
{
background-color: #A62298;
}
</style>
border-color css
<style>
span { border-color: #A62298; }
span { border-color: rgb(166,34,152); }
td.TdClassName
{
border-color: #A62298;
}
.TagClassName
{
border-color: #A62298;
}
</style>