Shades of Medium Red Violet #A62388
Tints of Medium Red Violet #A62388
RGB
CMYK
RGB Variations
Color information
#A62388 (or 0xA62388) is known color: Medium Red Violet. HEX triplet: A6, 23 and 88. RGB value is (166,35,136). Sum of RGB (Red+Green+Blue) = 166+35+136=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A62388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62388 is #59DC77. Grayscale: #555555. Windows color (decimal): -5889144 or 8922022. OLE color: 8922022.
HSL color Cylindrical-coordinate representation of color #A62388: hue angle of 313.74º 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 #A62388 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 136 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.35 |
| HSL | 313.74º | 0.65% | 0.39% | - |
| HSV(B) | 313.74º | 0.79% | 0.65% | - |
| XYZ | 20.77 | 11.09 | 24.34 | - |
| YUV | 85.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 136 | 0 | 0.79 | 0.18 | 0.35 | 313.74 | 0.65 | 0.39 |
| Hex | A6 | 23 | 88 | 0 | 4F | 12 | 23 | 13A | 41 | 27 |
| Octal | 246 | 43 | 210 | 0 | 117 | 22 | 43 | 472 | 101 | 47 |
| Binary | 10100110 | 100011 | 10001000 | 0 | 1001111 | 10010 | 100011 | 100111010 | 1000001 | 100111 |
Color Harmonies of #A62388
Complementary color
Monochromatic Colors of #A62388
Black with #A62388
Text Example
Text Example
White with #A62388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62388; }
p { color: rgb(166,35,136); }
H1.HeaderClassName
{
color: #A62388;
}
.AnyTagClassName
{
color: #A62388;
}
</style>
background-color css
<style>
a { background-color: #A62388; }
a { background-color: rgb(166,35,136); }
div.DivClassName
{
background-color: #A62388;
}
.BgClassName
{
background-color: #A62388;
}
</style>
border-color css
<style>
span { border-color: #A62388; }
span { border-color: rgb(166,35,136); }
td.TdClassName
{
border-color: #A62388;
}
.TagClassName
{
border-color: #A62388;
}
</style>