Shades of Medium Red Violet #A628A1
Tints of Medium Red Violet #A628A1
RGB
CMYK
RGB Variations
Color information
#A628A1 (or 0xA628A1) is known color: Medium Red Violet. HEX triplet: A6, 28 and A1. RGB value is (166,40,161). Sum of RGB (Red+Green+Blue) = 166+40+161=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A628A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A1 is #59D75E. Grayscale: #5B5B5B. Windows color (decimal): -5887839 or 10561702. OLE color: 10561702.
HSL color Cylindrical-coordinate representation of color #A628A1: hue angle of 302.38º 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 #A628A1 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 161 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.35 |
| HSL | 302.38º | 0.61% | 0.4% | - |
| HSV(B) | 302.38º | 0.76% | 0.65% | - |
| XYZ | 22.92 | 12.2 | 34.86 | - |
| YUV | 91.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 161 | 0 | 0.76 | 0.03 | 0.35 | 302.38 | 0.61 | 0.4 |
| Hex | A6 | 28 | A1 | 0 | 4C | 3 | 23 | 12E | 3D | 28 |
| Octal | 246 | 50 | 241 | 0 | 114 | 3 | 43 | 456 | 75 | 50 |
| Binary | 10100110 | 101000 | 10100001 | 0 | 1001100 | 11 | 100011 | 100101110 | 111101 | 101000 |
Color Harmonies of #A628A1
Complementary color
Monochromatic Colors of #A628A1
Black with #A628A1
Text Example
Text Example
White with #A628A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628A1; }
p { color: rgb(166,40,161); }
H1.HeaderClassName
{
color: #A628A1;
}
.AnyTagClassName
{
color: #A628A1;
}
</style>
background-color css
<style>
a { background-color: #A628A1; }
a { background-color: rgb(166,40,161); }
div.DivClassName
{
background-color: #A628A1;
}
.BgClassName
{
background-color: #A628A1;
}
</style>
border-color css
<style>
span { border-color: #A628A1; }
span { border-color: rgb(166,40,161); }
td.TdClassName
{
border-color: #A628A1;
}
.TagClassName
{
border-color: #A628A1;
}
</style>