Shades of Medium Purple #A676ED
Tints of Medium Purple #A676ED
RGB
CMYK
RGB Variations
Color information
#A676ED (or 0xA676ED) is known color: Medium Purple. HEX triplet: A6, 76 and ED. RGB value is (166,118,237). Sum of RGB (Red+Green+Blue) = 166+118+237=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A676ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676ED is #598912. Grayscale: #919191. Windows color (decimal): -5867795 or 15562406. OLE color: 15562406.
HSL color Cylindrical-coordinate representation of color #A676ED: hue angle of 264.2º degrees, saturation: 0.77, 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 #A676ED is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 118 | 237 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.07 |
| HSL | 264.2º | 0.77% | 0.7% | - |
| HSV(B) | 264.2º | 0.5% | 0.93% | - |
| XYZ | 37.49 | 27.18 | 83.39 | - |
| YUV | 145.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 237 | 0.30 | 0.50 | 0 | 0.07 | 264.2 | 0.77 | 0.7 |
| Hex | A6 | 76 | ED | 1E | 32 | 0 | 7 | 108 | 4D | 46 |
| Octal | 246 | 166 | 355 | 36 | 62 | 0 | 7 | 410 | 115 | 106 |
| Binary | 10100110 | 1110110 | 11101101 | 11110 | 110010 | 0 | 111 | 100001000 | 1001101 | 1000110 |
Color Harmonies of #A676ED
Complementary color
Monochromatic Colors of #A676ED
Black with #A676ED
Text Example
Text Example
White with #A676ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676ED; }
p { color: rgb(166,118,237); }
H1.HeaderClassName
{
color: #A676ED;
}
.AnyTagClassName
{
color: #A676ED;
}
</style>
background-color css
<style>
a { background-color: #A676ED; }
a { background-color: rgb(166,118,237); }
div.DivClassName
{
background-color: #A676ED;
}
.BgClassName
{
background-color: #A676ED;
}
</style>
border-color css
<style>
span { border-color: #A676ED; }
span { border-color: rgb(166,118,237); }
td.TdClassName
{
border-color: #A676ED;
}
.TagClassName
{
border-color: #A676ED;
}
</style>