Shades of Medium Purple #A677EC
Tints of Medium Purple #A677EC
RGB
CMYK
RGB Variations
Color information
#A677EC (or 0xA677EC) is known color: Medium Purple. HEX triplet: A6, 77 and EC. RGB value is (166,119,236). Sum of RGB (Red+Green+Blue) = 166+119+236=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A677EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677EC is #598813. Grayscale: #919191. Windows color (decimal): -5867540 or 15497126. OLE color: 15497126.
HSL color Cylindrical-coordinate representation of color #A677EC: hue angle of 264.1º degrees, saturation: 0.75, 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 #A677EC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 119 | 236 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.07 |
| HSL | 264.1º | 0.75% | 0.7% | - |
| HSV(B) | 264.1º | 0.5% | 0.93% | - |
| XYZ | 37.46 | 27.36 | 82.66 | - |
| YUV | 146.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 236 | 0.30 | 0.50 | 0 | 0.07 | 264.1 | 0.75 | 0.7 |
| Hex | A6 | 77 | EC | 1E | 32 | 0 | 7 | 108 | 4B | 46 |
| Octal | 246 | 167 | 354 | 36 | 62 | 0 | 7 | 410 | 113 | 106 |
| Binary | 10100110 | 1110111 | 11101100 | 11110 | 110010 | 0 | 111 | 100001000 | 1001011 | 1000110 |
Color Harmonies of #A677EC
Complementary color
Monochromatic Colors of #A677EC
Black with #A677EC
Text Example
Text Example
White with #A677EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677EC; }
p { color: rgb(166,119,236); }
H1.HeaderClassName
{
color: #A677EC;
}
.AnyTagClassName
{
color: #A677EC;
}
</style>
background-color css
<style>
a { background-color: #A677EC; }
a { background-color: rgb(166,119,236); }
div.DivClassName
{
background-color: #A677EC;
}
.BgClassName
{
background-color: #A677EC;
}
</style>
border-color css
<style>
span { border-color: #A677EC; }
span { border-color: rgb(166,119,236); }
td.TdClassName
{
border-color: #A677EC;
}
.TagClassName
{
border-color: #A677EC;
}
</style>