Shades of Medium Purple #A677ED
Tints of Medium Purple #A677ED
RGB
CMYK
RGB Variations
Color information
#A677ED (or 0xA677ED) is known color: Medium Purple. HEX triplet: A6, 77 and ED. RGB value is (166,119,237). Sum of RGB (Red+Green+Blue) = 166+119+237=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A677ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677ED is #598812. Grayscale: #929292. Windows color (decimal): -5867539 or 15562662. OLE color: 15562662.
HSL color Cylindrical-coordinate representation of color #A677ED: hue angle of 263.9º 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 #A677ED is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 119 | 237 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.07 |
| HSL | 263.9º | 0.77% | 0.7% | - |
| HSV(B) | 263.9º | 0.5% | 0.93% | - |
| XYZ | 37.61 | 27.42 | 83.43 | - |
| YUV | 146.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 237 | 0.30 | 0.50 | 0 | 0.07 | 263.9 | 0.77 | 0.7 |
| Hex | A6 | 77 | ED | 1E | 32 | 0 | 7 | 108 | 4D | 46 |
| Octal | 246 | 167 | 355 | 36 | 62 | 0 | 7 | 410 | 115 | 106 |
| Binary | 10100110 | 1110111 | 11101101 | 11110 | 110010 | 0 | 111 | 100001000 | 1001101 | 1000110 |
Color Harmonies of #A677ED
Complementary color
Monochromatic Colors of #A677ED
Black with #A677ED
Text Example
Text Example
White with #A677ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677ED; }
p { color: rgb(166,119,237); }
H1.HeaderClassName
{
color: #A677ED;
}
.AnyTagClassName
{
color: #A677ED;
}
</style>
background-color css
<style>
a { background-color: #A677ED; }
a { background-color: rgb(166,119,237); }
div.DivClassName
{
background-color: #A677ED;
}
.BgClassName
{
background-color: #A677ED;
}
</style>
border-color css
<style>
span { border-color: #A677ED; }
span { border-color: rgb(166,119,237); }
td.TdClassName
{
border-color: #A677ED;
}
.TagClassName
{
border-color: #A677ED;
}
</style>