Shades of Medium Purple #A677DE
Tints of Medium Purple #A677DE
RGB
CMYK
RGB Variations
Color information
#A677DE (or 0xA677DE) is known color: Medium Purple. HEX triplet: A6, 77 and DE. RGB value is (166,119,222). Sum of RGB (Red+Green+Blue) = 166+119+222=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #A677DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677DE is #598821. Grayscale: #909090. Windows color (decimal): -5867554 or 14579622. OLE color: 14579622.
HSL color Cylindrical-coordinate representation of color #A677DE: hue angle of 267.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A677DE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 119 | 222 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.13 |
| HSL | 267.38º | 0.61% | 0.67% | - |
| HSV(B) | 267.38º | 0.46% | 0.87% | - |
| XYZ | 35.51 | 26.57 | 72.37 | - |
| YUV | 144.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 222 | 0.25 | 0.46 | 0 | 0.13 | 267.38 | 0.61 | 0.67 |
| Hex | A6 | 77 | DE | 19 | 2E | 0 | D | 10B | 3D | 43 |
| Octal | 246 | 167 | 336 | 31 | 56 | 0 | 15 | 413 | 75 | 103 |
| Binary | 10100110 | 1110111 | 11011110 | 11001 | 101110 | 0 | 1101 | 100001011 | 111101 | 1000011 |
Color Harmonies of #A677DE
Complementary color
Monochromatic Colors of #A677DE
Black with #A677DE
Text Example
Text Example
White with #A677DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677DE; }
p { color: rgb(166,119,222); }
H1.HeaderClassName
{
color: #A677DE;
}
.AnyTagClassName
{
color: #A677DE;
}
</style>
background-color css
<style>
a { background-color: #A677DE; }
a { background-color: rgb(166,119,222); }
div.DivClassName
{
background-color: #A677DE;
}
.BgClassName
{
background-color: #A677DE;
}
</style>
border-color css
<style>
span { border-color: #A677DE; }
span { border-color: rgb(166,119,222); }
td.TdClassName
{
border-color: #A677DE;
}
.TagClassName
{
border-color: #A677DE;
}
</style>