Shades of Medium Purple #A07EEE
Tints of Medium Purple #A07EEE
RGB
CMYK
RGB Variations
Color information
#A07EEE (or 0xA07EEE) is known color: Medium Purple. HEX triplet: A0, 7E and EE. RGB value is (160,126,238). Sum of RGB (Red+Green+Blue) = 160+126+238=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #A07EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EEE is #5F8111. Grayscale: #949494. Windows color (decimal): -6258962 or 15629984. OLE color: 15629984.
HSL color Cylindrical-coordinate representation of color #A07EEE: hue angle of 258.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07EEE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 126 | 238 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.07 |
| HSL | 258.21º | 0.77% | 0.71% | - |
| HSV(B) | 258.21º | 0.47% | 0.93% | - |
| XYZ | 37.39 | 28.57 | 84.43 | - |
| YUV | 148.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 238 | 0.33 | 0.47 | 0 | 0.07 | 258.21 | 0.77 | 0.71 |
| Hex | A0 | 7E | EE | 21 | 2F | 0 | 7 | 102 | 4D | 47 |
| Octal | 240 | 176 | 356 | 41 | 57 | 0 | 7 | 402 | 115 | 107 |
| Binary | 10100000 | 1111110 | 11101110 | 100001 | 101111 | 0 | 111 | 100000010 | 1001101 | 1000111 |
Color Harmonies of #A07EEE
Complementary color
Monochromatic Colors of #A07EEE
Black with #A07EEE
Text Example
Text Example
White with #A07EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EEE; }
p { color: rgb(160,126,238); }
H1.HeaderClassName
{
color: #A07EEE;
}
.AnyTagClassName
{
color: #A07EEE;
}
</style>
background-color css
<style>
a { background-color: #A07EEE; }
a { background-color: rgb(160,126,238); }
div.DivClassName
{
background-color: #A07EEE;
}
.BgClassName
{
background-color: #A07EEE;
}
</style>
border-color css
<style>
span { border-color: #A07EEE; }
span { border-color: rgb(160,126,238); }
td.TdClassName
{
border-color: #A07EEE;
}
.TagClassName
{
border-color: #A07EEE;
}
</style>