Shades of Medium Purple #A076EE
Tints of Medium Purple #A076EE
RGB
CMYK
RGB Variations
Color information
#A076EE (or 0xA076EE) is known color: Medium Purple. HEX triplet: A0, 76 and EE. RGB value is (160,118,238). Sum of RGB (Red+Green+Blue) = 160+118+238=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A076EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076EE is #5F8911. Grayscale: #8F8F8F. Windows color (decimal): -6261010 or 15627936. OLE color: 15627936.
HSL color Cylindrical-coordinate representation of color #A076EE: hue angle of 261º degrees, saturation: 0.78, 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 #A076EE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 118 | 238 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.07 |
| HSL | 261º | 0.78% | 0.7% | - |
| HSV(B) | 261º | 0.5% | 0.93% | - |
| XYZ | 36.41 | 26.6 | 84.1 | - |
| YUV | 144.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 238 | 0.33 | 0.50 | 0 | 0.07 | 261 | 0.78 | 0.7 |
| Hex | A0 | 76 | EE | 21 | 32 | 0 | 7 | 105 | 4E | 46 |
| Octal | 240 | 166 | 356 | 41 | 62 | 0 | 7 | 405 | 116 | 106 |
| Binary | 10100000 | 1110110 | 11101110 | 100001 | 110010 | 0 | 111 | 100000101 | 1001110 | 1000110 |
Color Harmonies of #A076EE
Complementary color
Monochromatic Colors of #A076EE
Black with #A076EE
Text Example
Text Example
White with #A076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076EE; }
p { color: rgb(160,118,238); }
H1.HeaderClassName
{
color: #A076EE;
}
.AnyTagClassName
{
color: #A076EE;
}
</style>
background-color css
<style>
a { background-color: #A076EE; }
a { background-color: rgb(160,118,238); }
div.DivClassName
{
background-color: #A076EE;
}
.BgClassName
{
background-color: #A076EE;
}
</style>
border-color css
<style>
span { border-color: #A076EE; }
span { border-color: rgb(160,118,238); }
td.TdClassName
{
border-color: #A076EE;
}
.TagClassName
{
border-color: #A076EE;
}
</style>