Shades of Medium Red Violet #A628A0
Tints of Medium Red Violet #A628A0
RGB
CMYK
RGB Variations
Color information
#A628A0 (or 0xA628A0) is known color: Medium Red Violet. HEX triplet: A6, 28 and A0. RGB value is (166,40,160). Sum of RGB (Red+Green+Blue) = 166+40+160=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A628A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A0 is #59D75F. Grayscale: #5B5B5B. Windows color (decimal): -5887840 or 10496166. OLE color: 10496166.
HSL color Cylindrical-coordinate representation of color #A628A0: hue angle of 302.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A628A0 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 160 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.35 |
| HSL | 302.86º | 0.61% | 0.4% | - |
| HSV(B) | 302.86º | 0.76% | 0.65% | - |
| XYZ | 22.83 | 12.16 | 34.4 | - |
| YUV | 91.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 160 | 0 | 0.76 | 0.04 | 0.35 | 302.86 | 0.61 | 0.4 |
| Hex | A6 | 28 | A0 | 0 | 4C | 4 | 23 | 12F | 3D | 28 |
| Octal | 246 | 50 | 240 | 0 | 114 | 4 | 43 | 457 | 75 | 50 |
| Binary | 10100110 | 101000 | 10100000 | 0 | 1001100 | 100 | 100011 | 100101111 | 111101 | 101000 |
Color Harmonies of #A628A0
Complementary color
Monochromatic Colors of #A628A0
Black with #A628A0
Text Example
Text Example
White with #A628A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628A0; }
p { color: rgb(166,40,160); }
H1.HeaderClassName
{
color: #A628A0;
}
.AnyTagClassName
{
color: #A628A0;
}
</style>
background-color css
<style>
a { background-color: #A628A0; }
a { background-color: rgb(166,40,160); }
div.DivClassName
{
background-color: #A628A0;
}
.BgClassName
{
background-color: #A628A0;
}
</style>
border-color css
<style>
span { border-color: #A628A0; }
span { border-color: rgb(166,40,160); }
td.TdClassName
{
border-color: #A628A0;
}
.TagClassName
{
border-color: #A628A0;
}
</style>