Shades of Medium Purple #A677D8
Tints of Medium Purple #A677D8
RGB
CMYK
RGB Variations
Color information
#A677D8 (or 0xA677D8) is known color: Medium Purple. HEX triplet: A6, 77 and D8. RGB value is (166,119,216). Sum of RGB (Red+Green+Blue) = 166+119+216=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #A677D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677D8 is #598827. Grayscale: #8F8F8F. Windows color (decimal): -5867560 or 14186406. OLE color: 14186406.
HSL color Cylindrical-coordinate representation of color #A677D8: hue angle of 269.07º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A677D8 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 119 | 216 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.15 |
| HSL | 269.07º | 0.55% | 0.66% | - |
| HSV(B) | 269.07º | 0.45% | 0.85% | - |
| XYZ | 34.72 | 26.26 | 68.2 | - |
| YUV | 144.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 216 | 0.23 | 0.45 | 0 | 0.15 | 269.07 | 0.55 | 0.66 |
| Hex | A6 | 77 | D8 | 17 | 2D | 0 | F | 10D | 37 | 42 |
| Octal | 246 | 167 | 330 | 27 | 55 | 0 | 17 | 415 | 67 | 102 |
| Binary | 10100110 | 1110111 | 11011000 | 10111 | 101101 | 0 | 1111 | 100001101 | 110111 | 1000010 |
Color Harmonies of #A677D8
Complementary color
Monochromatic Colors of #A677D8
Black with #A677D8
Text Example
Text Example
White with #A677D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677D8; }
p { color: rgb(166,119,216); }
H1.HeaderClassName
{
color: #A677D8;
}
.AnyTagClassName
{
color: #A677D8;
}
</style>
background-color css
<style>
a { background-color: #A677D8; }
a { background-color: rgb(166,119,216); }
div.DivClassName
{
background-color: #A677D8;
}
.BgClassName
{
background-color: #A677D8;
}
</style>
border-color css
<style>
span { border-color: #A677D8; }
span { border-color: rgb(166,119,216); }
td.TdClassName
{
border-color: #A677D8;
}
.TagClassName
{
border-color: #A677D8;
}
</style>