Shades of Medium Purple #A76EEF
Tints of Medium Purple #A76EEF
RGB
CMYK
RGB Variations
Color information
#A76EEF (or 0xA76EEF) is known color: Medium Purple. HEX triplet: A7, 6E and EF. RGB value is (167,110,239). Sum of RGB (Red+Green+Blue) = 167+110+239=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #A76EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EEF is #589110. Grayscale: #8D8D8D. Windows color (decimal): -5804305 or 15691431. OLE color: 15691431.
HSL color Cylindrical-coordinate representation of color #A76EEF: hue angle of 266.51º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76EEF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 110 | 239 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 266.51º | 0.8% | 0.68% | - |
| HSV(B) | 266.51º | 0.54% | 0.94% | - |
| XYZ | 37.09 | 25.6 | 84.65 | - |
| YUV | 141.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 239 | 0.30 | 0.54 | 0 | 0.06 | 266.51 | 0.8 | 0.68 |
| Hex | A7 | 6E | EF | 1E | 36 | 0 | 6 | 10B | 50 | 44 |
| Octal | 247 | 156 | 357 | 36 | 66 | 0 | 6 | 413 | 120 | 104 |
| Binary | 10100111 | 1101110 | 11101111 | 11110 | 110110 | 0 | 110 | 100001011 | 1010000 | 1000100 |
Color Harmonies of #A76EEF
Complementary color
Monochromatic Colors of #A76EEF
Black with #A76EEF
Text Example
Text Example
White with #A76EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EEF; }
p { color: rgb(167,110,239); }
H1.HeaderClassName
{
color: #A76EEF;
}
.AnyTagClassName
{
color: #A76EEF;
}
</style>
background-color css
<style>
a { background-color: #A76EEF; }
a { background-color: rgb(167,110,239); }
div.DivClassName
{
background-color: #A76EEF;
}
.BgClassName
{
background-color: #A76EEF;
}
</style>
border-color css
<style>
span { border-color: #A76EEF; }
span { border-color: rgb(167,110,239); }
td.TdClassName
{
border-color: #A76EEF;
}
.TagClassName
{
border-color: #A76EEF;
}
</style>