Shades of Medium Red Violet #A62482
Tints of Medium Red Violet #A62482
RGB
CMYK
RGB Variations
Color information
#A62482 (or 0xA62482) is known color: Medium Red Violet. HEX triplet: A6, 24 and 82. RGB value is (166,36,130). Sum of RGB (Red+Green+Blue) = 166+36+130=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A62482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62482 is #59DB7D. Grayscale: #555555. Windows color (decimal): -5888894 or 8529062. OLE color: 8529062.
HSL color Cylindrical-coordinate representation of color #A62482: hue angle of 316.62º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62482 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 130 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.35 |
| HSL | 316.62º | 0.64% | 0.4% | - |
| HSV(B) | 316.62º | 0.78% | 0.65% | - |
| XYZ | 20.39 | 10.98 | 22.16 | - |
| YUV | 85.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 130 | 0 | 0.78 | 0.22 | 0.35 | 316.62 | 0.64 | 0.4 |
| Hex | A6 | 24 | 82 | 0 | 4E | 16 | 23 | 13D | 40 | 28 |
| Octal | 246 | 44 | 202 | 0 | 116 | 26 | 43 | 475 | 100 | 50 |
| Binary | 10100110 | 100100 | 10000010 | 0 | 1001110 | 10110 | 100011 | 100111101 | 1000000 | 101000 |
Color Harmonies of #A62482
Complementary color
Monochromatic Colors of #A62482
Black with #A62482
Text Example
Text Example
White with #A62482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62482; }
p { color: rgb(166,36,130); }
H1.HeaderClassName
{
color: #A62482;
}
.AnyTagClassName
{
color: #A62482;
}
</style>
background-color css
<style>
a { background-color: #A62482; }
a { background-color: rgb(166,36,130); }
div.DivClassName
{
background-color: #A62482;
}
.BgClassName
{
background-color: #A62482;
}
</style>
border-color css
<style>
span { border-color: #A62482; }
span { border-color: rgb(166,36,130); }
td.TdClassName
{
border-color: #A62482;
}
.TagClassName
{
border-color: #A62482;
}
</style>