Shades of Medium Purple #A476ED
Tints of Medium Purple #A476ED
RGB
CMYK
RGB Variations
Color information
#A476ED (or 0xA476ED) is known color: Medium Purple. HEX triplet: A4, 76 and ED. RGB value is (164,118,237). Sum of RGB (Red+Green+Blue) = 164+118+237=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A476ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476ED is #5B8912. Grayscale: #909090. Windows color (decimal): -5998867 or 15562404. OLE color: 15562404.
HSL color Cylindrical-coordinate representation of color #A476ED: hue angle of 263.19º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A476ED is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 118 | 237 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.07 |
| HSL | 263.19º | 0.77% | 0.7% | - |
| HSV(B) | 263.19º | 0.5% | 0.93% | - |
| XYZ | 37.07 | 26.96 | 83.37 | - |
| YUV | 145.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 237 | 0.31 | 0.50 | 0 | 0.07 | 263.19 | 0.77 | 0.7 |
| Hex | A4 | 76 | ED | 1F | 32 | 0 | 7 | 107 | 4D | 46 |
| Octal | 244 | 166 | 355 | 37 | 62 | 0 | 7 | 407 | 115 | 106 |
| Binary | 10100100 | 1110110 | 11101101 | 11111 | 110010 | 0 | 111 | 100000111 | 1001101 | 1000110 |
Color Harmonies of #A476ED
Complementary color
Monochromatic Colors of #A476ED
Black with #A476ED
Text Example
Text Example
White with #A476ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476ED; }
p { color: rgb(164,118,237); }
H1.HeaderClassName
{
color: #A476ED;
}
.AnyTagClassName
{
color: #A476ED;
}
</style>
background-color css
<style>
a { background-color: #A476ED; }
a { background-color: rgb(164,118,237); }
div.DivClassName
{
background-color: #A476ED;
}
.BgClassName
{
background-color: #A476ED;
}
</style>
border-color css
<style>
span { border-color: #A476ED; }
span { border-color: rgb(164,118,237); }
td.TdClassName
{
border-color: #A476ED;
}
.TagClassName
{
border-color: #A476ED;
}
</style>