Shades of Medium Purple #A677DC
Tints of Medium Purple #A677DC
RGB
CMYK
RGB Variations
Color information
#A677DC (or 0xA677DC) is known color: Medium Purple. HEX triplet: A6, 77 and DC. RGB value is (166,119,220). Sum of RGB (Red+Green+Blue) = 166+119+220=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A677DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677DC is #598823. Grayscale: #909090. Windows color (decimal): -5867556 or 14448550. OLE color: 14448550.
HSL color Cylindrical-coordinate representation of color #A677DC: hue angle of 267.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A677DC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 119 | 220 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.14 |
| HSL | 267.92º | 0.59% | 0.66% | - |
| HSV(B) | 267.92º | 0.46% | 0.86% | - |
| XYZ | 35.24 | 26.47 | 70.96 | - |
| YUV | 144.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 220 | 0.25 | 0.46 | 0 | 0.14 | 267.92 | 0.59 | 0.66 |
| Hex | A6 | 77 | DC | 19 | 2E | 0 | E | 10C | 3B | 42 |
| Octal | 246 | 167 | 334 | 31 | 56 | 0 | 16 | 414 | 73 | 102 |
| Binary | 10100110 | 1110111 | 11011100 | 11001 | 101110 | 0 | 1110 | 100001100 | 111011 | 1000010 |
Color Harmonies of #A677DC
Complementary color
Monochromatic Colors of #A677DC
Black with #A677DC
Text Example
Text Example
White with #A677DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677DC; }
p { color: rgb(166,119,220); }
H1.HeaderClassName
{
color: #A677DC;
}
.AnyTagClassName
{
color: #A677DC;
}
</style>
background-color css
<style>
a { background-color: #A677DC; }
a { background-color: rgb(166,119,220); }
div.DivClassName
{
background-color: #A677DC;
}
.BgClassName
{
background-color: #A677DC;
}
</style>
border-color css
<style>
span { border-color: #A677DC; }
span { border-color: rgb(166,119,220); }
td.TdClassName
{
border-color: #A677DC;
}
.TagClassName
{
border-color: #A677DC;
}
</style>