Shades of Medium Purple #A76EEE
Tints of Medium Purple #A76EEE
RGB
CMYK
RGB Variations
Color information
#A76EEE (or 0xA76EEE) is known color: Medium Purple. HEX triplet: A7, 6E and EE. RGB value is (167,110,238). Sum of RGB (Red+Green+Blue) = 167+110+238=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #A76EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EEE is #589111. Grayscale: #8D8D8D. Windows color (decimal): -5804306 or 15625895. OLE color: 15625895.
HSL color Cylindrical-coordinate representation of color #A76EEE: hue angle of 266.72º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76EEE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 110 | 238 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.07 |
| HSL | 266.72º | 0.79% | 0.68% | - |
| HSV(B) | 266.72º | 0.54% | 0.93% | - |
| XYZ | 36.94 | 25.54 | 83.87 | - |
| YUV | 141.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 238 | 0.30 | 0.54 | 0 | 0.07 | 266.72 | 0.79 | 0.68 |
| Hex | A7 | 6E | EE | 1E | 36 | 0 | 7 | 10B | 4F | 44 |
| Octal | 247 | 156 | 356 | 36 | 66 | 0 | 7 | 413 | 117 | 104 |
| Binary | 10100111 | 1101110 | 11101110 | 11110 | 110110 | 0 | 111 | 100001011 | 1001111 | 1000100 |
Color Harmonies of #A76EEE
Complementary color
Monochromatic Colors of #A76EEE
Black with #A76EEE
Text Example
Text Example
White with #A76EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EEE; }
p { color: rgb(167,110,238); }
H1.HeaderClassName
{
color: #A76EEE;
}
.AnyTagClassName
{
color: #A76EEE;
}
</style>
background-color css
<style>
a { background-color: #A76EEE; }
a { background-color: rgb(167,110,238); }
div.DivClassName
{
background-color: #A76EEE;
}
.BgClassName
{
background-color: #A76EEE;
}
</style>
border-color css
<style>
span { border-color: #A76EEE; }
span { border-color: rgb(167,110,238); }
td.TdClassName
{
border-color: #A76EEE;
}
.TagClassName
{
border-color: #A76EEE;
}
</style>