Shades of Medium Purple #A676E5
Tints of Medium Purple #A676E5
RGB
CMYK
RGB Variations
Color information
#A676E5 (or 0xA676E5) is known color: Medium Purple. HEX triplet: A6, 76 and E5. RGB value is (166,118,229). Sum of RGB (Red+Green+Blue) = 166+118+229=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #A676E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676E5 is #59891A. Grayscale: #909090. Windows color (decimal): -5867803 or 15038118. OLE color: 15038118.
HSL color Cylindrical-coordinate representation of color #A676E5: hue angle of 265.95º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A676E5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 118 | 229 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.10 |
| HSL | 265.95º | 0.68% | 0.68% | - |
| HSV(B) | 265.95º | 0.48% | 0.9% | - |
| XYZ | 36.35 | 26.72 | 77.37 | - |
| YUV | 145.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 229 | 0.28 | 0.48 | 0 | 0.10 | 265.95 | 0.68 | 0.68 |
| Hex | A6 | 76 | E5 | 1C | 30 | 0 | A | 10A | 44 | 44 |
| Octal | 246 | 166 | 345 | 34 | 60 | 0 | 12 | 412 | 104 | 104 |
| Binary | 10100110 | 1110110 | 11100101 | 11100 | 110000 | 0 | 1010 | 100001010 | 1000100 | 1000100 |
Color Harmonies of #A676E5
Complementary color
Monochromatic Colors of #A676E5
Black with #A676E5
Text Example
Text Example
White with #A676E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676E5; }
p { color: rgb(166,118,229); }
H1.HeaderClassName
{
color: #A676E5;
}
.AnyTagClassName
{
color: #A676E5;
}
</style>
background-color css
<style>
a { background-color: #A676E5; }
a { background-color: rgb(166,118,229); }
div.DivClassName
{
background-color: #A676E5;
}
.BgClassName
{
background-color: #A676E5;
}
</style>
border-color css
<style>
span { border-color: #A676E5; }
span { border-color: rgb(166,118,229); }
td.TdClassName
{
border-color: #A676E5;
}
.TagClassName
{
border-color: #A676E5;
}
</style>