Shades of Medium Red Violet #A624A0
Tints of Medium Red Violet #A624A0
RGB
CMYK
RGB Variations
Color information
#A624A0 (or 0xA624A0) is known color: Medium Red Violet. HEX triplet: A6, 24 and A0. RGB value is (166,36,160). Sum of RGB (Red+Green+Blue) = 166+36+160=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A624A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624A0 is #59DB5F. Grayscale: #585858. Windows color (decimal): -5888864 or 10495142. OLE color: 10495142.
HSL color Cylindrical-coordinate representation of color #A624A0: hue angle of 302.77º 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 #A624A0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 160 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.35 |
| HSL | 302.77º | 0.64% | 0.4% | - |
| HSV(B) | 302.77º | 0.78% | 0.65% | - |
| XYZ | 22.7 | 11.91 | 34.36 | - |
| YUV | 89.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 160 | 0 | 0.78 | 0.04 | 0.35 | 302.77 | 0.64 | 0.4 |
| Hex | A6 | 24 | A0 | 0 | 4E | 4 | 23 | 12F | 40 | 28 |
| Octal | 246 | 44 | 240 | 0 | 116 | 4 | 43 | 457 | 100 | 50 |
| Binary | 10100110 | 100100 | 10100000 | 0 | 1001110 | 100 | 100011 | 100101111 | 1000000 | 101000 |
Color Harmonies of #A624A0
Complementary color
Monochromatic Colors of #A624A0
Black with #A624A0
Text Example
Text Example
White with #A624A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624A0; }
p { color: rgb(166,36,160); }
H1.HeaderClassName
{
color: #A624A0;
}
.AnyTagClassName
{
color: #A624A0;
}
</style>
background-color css
<style>
a { background-color: #A624A0; }
a { background-color: rgb(166,36,160); }
div.DivClassName
{
background-color: #A624A0;
}
.BgClassName
{
background-color: #A624A0;
}
</style>
border-color css
<style>
span { border-color: #A624A0; }
span { border-color: rgb(166,36,160); }
td.TdClassName
{
border-color: #A624A0;
}
.TagClassName
{
border-color: #A624A0;
}
</style>