Shades of Medium Purple #A676EE
Tints of Medium Purple #A676EE
RGB
CMYK
RGB Variations
Color information
#A676EE (or 0xA676EE) is known color: Medium Purple. HEX triplet: A6, 76 and EE. RGB value is (166,118,238). Sum of RGB (Red+Green+Blue) = 166+118+238=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #A676EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676EE is #598911. Grayscale: #919191. Windows color (decimal): -5867794 or 15627942. OLE color: 15627942.
HSL color Cylindrical-coordinate representation of color #A676EE: hue angle of 264º degrees, saturation: 0.78, 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 #A676EE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 118 | 238 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.07 |
| HSL | 264º | 0.78% | 0.7% | - |
| HSV(B) | 264º | 0.5% | 0.93% | - |
| XYZ | 37.64 | 27.24 | 84.16 | - |
| YUV | 146.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 238 | 0.30 | 0.50 | 0 | 0.07 | 264 | 0.78 | 0.7 |
| Hex | A6 | 76 | EE | 1E | 32 | 0 | 7 | 108 | 4E | 46 |
| Octal | 246 | 166 | 356 | 36 | 62 | 0 | 7 | 410 | 116 | 106 |
| Binary | 10100110 | 1110110 | 11101110 | 11110 | 110010 | 0 | 111 | 100001000 | 1001110 | 1000110 |
Color Harmonies of #A676EE
Complementary color
Monochromatic Colors of #A676EE
Black with #A676EE
Text Example
Text Example
White with #A676EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676EE; }
p { color: rgb(166,118,238); }
H1.HeaderClassName
{
color: #A676EE;
}
.AnyTagClassName
{
color: #A676EE;
}
</style>
background-color css
<style>
a { background-color: #A676EE; }
a { background-color: rgb(166,118,238); }
div.DivClassName
{
background-color: #A676EE;
}
.BgClassName
{
background-color: #A676EE;
}
</style>
border-color css
<style>
span { border-color: #A676EE; }
span { border-color: rgb(166,118,238); }
td.TdClassName
{
border-color: #A676EE;
}
.TagClassName
{
border-color: #A676EE;
}
</style>