Shades of Medium Purple #A76EE2
Tints of Medium Purple #A76EE2
RGB
CMYK
RGB Variations
Color information
#A76EE2 (or 0xA76EE2) is known color: Medium Purple. HEX triplet: A7, 6E and E2. RGB value is (167,110,226). Sum of RGB (Red+Green+Blue) = 167+110+226=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #A76EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EE2 is #58911D. Grayscale: #8B8B8B. Windows color (decimal): -5804318 or 14839463. OLE color: 14839463.
HSL color Cylindrical-coordinate representation of color #A76EE2: hue angle of 269.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76EE2 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 110 | 226 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.11 |
| HSL | 269.48º | 0.67% | 0.66% | - |
| HSV(B) | 269.48º | 0.51% | 0.89% | - |
| XYZ | 35.24 | 24.86 | 74.89 | - |
| YUV | 140.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 226 | 0.26 | 0.51 | 0 | 0.11 | 269.48 | 0.67 | 0.66 |
| Hex | A7 | 6E | E2 | 1A | 33 | 0 | B | 10D | 43 | 42 |
| Octal | 247 | 156 | 342 | 32 | 63 | 0 | 13 | 415 | 103 | 102 |
| Binary | 10100111 | 1101110 | 11100010 | 11010 | 110011 | 0 | 1011 | 100001101 | 1000011 | 1000010 |
Color Harmonies of #A76EE2
Complementary color
Monochromatic Colors of #A76EE2
Black with #A76EE2
Text Example
Text Example
White with #A76EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EE2; }
p { color: rgb(167,110,226); }
H1.HeaderClassName
{
color: #A76EE2;
}
.AnyTagClassName
{
color: #A76EE2;
}
</style>
background-color css
<style>
a { background-color: #A76EE2; }
a { background-color: rgb(167,110,226); }
div.DivClassName
{
background-color: #A76EE2;
}
.BgClassName
{
background-color: #A76EE2;
}
</style>
border-color css
<style>
span { border-color: #A76EE2; }
span { border-color: rgb(167,110,226); }
td.TdClassName
{
border-color: #A76EE2;
}
.TagClassName
{
border-color: #A76EE2;
}
</style>