Shades of Medium Purple #A07FEE
Tints of Medium Purple #A07FEE
RGB
CMYK
RGB Variations
Color information
#A07FEE (or 0xA07FEE) is known color: Medium Purple. HEX triplet: A0, 7F and EE. RGB value is (160,127,238). Sum of RGB (Red+Green+Blue) = 160+127+238=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #A07FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FEE is #5F8011. Grayscale: #959595. Windows color (decimal): -6258706 or 15630240. OLE color: 15630240.
HSL color Cylindrical-coordinate representation of color #A07FEE: hue angle of 257.84º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07FEE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 127 | 238 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.07 |
| HSL | 257.84º | 0.77% | 0.72% | - |
| HSV(B) | 257.84º | 0.47% | 0.93% | - |
| XYZ | 37.52 | 28.83 | 84.48 | - |
| YUV | 149.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 238 | 0.33 | 0.47 | 0 | 0.07 | 257.84 | 0.77 | 0.72 |
| Hex | A0 | 7F | EE | 21 | 2F | 0 | 7 | 102 | 4D | 48 |
| Octal | 240 | 177 | 356 | 41 | 57 | 0 | 7 | 402 | 115 | 110 |
| Binary | 10100000 | 1111111 | 11101110 | 100001 | 101111 | 0 | 111 | 100000010 | 1001101 | 1001000 |
Color Harmonies of #A07FEE
Complementary color
Monochromatic Colors of #A07FEE
Black with #A07FEE
Text Example
Text Example
White with #A07FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FEE; }
p { color: rgb(160,127,238); }
H1.HeaderClassName
{
color: #A07FEE;
}
.AnyTagClassName
{
color: #A07FEE;
}
</style>
background-color css
<style>
a { background-color: #A07FEE; }
a { background-color: rgb(160,127,238); }
div.DivClassName
{
background-color: #A07FEE;
}
.BgClassName
{
background-color: #A07FEE;
}
</style>
border-color css
<style>
span { border-color: #A07FEE; }
span { border-color: rgb(160,127,238); }
td.TdClassName
{
border-color: #A07FEE;
}
.TagClassName
{
border-color: #A07FEE;
}
</style>