Shades of Medium Red Violet #A62E9A
Tints of Medium Red Violet #A62E9A
RGB
CMYK
RGB Variations
Color information
#A62E9A (or 0xA62E9A) is known color: Medium Red Violet. HEX triplet: A6, 2E and 9A. RGB value is (166,46,154). Sum of RGB (Red+Green+Blue) = 166+46+154=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62E9A is #59D165. Grayscale: #5D5D5D. Windows color (decimal): -5886310 or 10104486. OLE color: 10104486.
HSL color Cylindrical-coordinate representation of color #A62E9A: hue angle of 306º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E9A is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 154 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.35 |
| HSL | 306º | 0.57% | 0.42% | - |
| HSV(B) | 306º | 0.72% | 0.65% | - |
| XYZ | 22.54 | 12.39 | 31.78 | - |
| YUV | 94.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 154 | 0 | 0.72 | 0.07 | 0.35 | 306 | 0.57 | 0.42 |
| Hex | A6 | 2E | 9A | 0 | 48 | 7 | 23 | 132 | 39 | 2A |
| Octal | 246 | 56 | 232 | 0 | 110 | 7 | 43 | 462 | 71 | 52 |
| Binary | 10100110 | 101110 | 10011010 | 0 | 1001000 | 111 | 100011 | 100110010 | 111001 | 101010 |
Color Harmonies of #A62E9A
Complementary color
Monochromatic Colors of #A62E9A
Black with #A62E9A
Text Example
Text Example
White with #A62E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E9A; }
p { color: rgb(166,46,154); }
H1.HeaderClassName
{
color: #A62E9A;
}
.AnyTagClassName
{
color: #A62E9A;
}
</style>
background-color css
<style>
a { background-color: #A62E9A; }
a { background-color: rgb(166,46,154); }
div.DivClassName
{
background-color: #A62E9A;
}
.BgClassName
{
background-color: #A62E9A;
}
</style>
border-color css
<style>
span { border-color: #A62E9A; }
span { border-color: rgb(166,46,154); }
td.TdClassName
{
border-color: #A62E9A;
}
.TagClassName
{
border-color: #A62E9A;
}
</style>