Shades of Medium Purple #A07EEF
Tints of Medium Purple #A07EEF
RGB
CMYK
RGB Variations
Color information
#A07EEF (or 0xA07EEF) is known color: Medium Purple. HEX triplet: A0, 7E and EF. RGB value is (160,126,239). Sum of RGB (Red+Green+Blue) = 160+126+239=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EEF is #5F8110. Grayscale: #949494. Windows color (decimal): -6258961 or 15695520. OLE color: 15695520.
HSL color Cylindrical-coordinate representation of color #A07EEF: hue angle of 258.05º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07EEF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 126 | 239 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.06 |
| HSL | 258.05º | 0.78% | 0.72% | - |
| HSV(B) | 258.05º | 0.47% | 0.94% | - |
| XYZ | 37.54 | 28.63 | 85.21 | - |
| YUV | 149.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 239 | 0.33 | 0.47 | 0 | 0.06 | 258.05 | 0.78 | 0.72 |
| Hex | A0 | 7E | EF | 21 | 2F | 0 | 6 | 102 | 4E | 48 |
| Octal | 240 | 176 | 357 | 41 | 57 | 0 | 6 | 402 | 116 | 110 |
| Binary | 10100000 | 1111110 | 11101111 | 100001 | 101111 | 0 | 110 | 100000010 | 1001110 | 1001000 |
Color Harmonies of #A07EEF
Complementary color
Monochromatic Colors of #A07EEF
Black with #A07EEF
Text Example
Text Example
White with #A07EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EEF; }
p { color: rgb(160,126,239); }
H1.HeaderClassName
{
color: #A07EEF;
}
.AnyTagClassName
{
color: #A07EEF;
}
</style>
background-color css
<style>
a { background-color: #A07EEF; }
a { background-color: rgb(160,126,239); }
div.DivClassName
{
background-color: #A07EEF;
}
.BgClassName
{
background-color: #A07EEF;
}
</style>
border-color css
<style>
span { border-color: #A07EEF; }
span { border-color: rgb(160,126,239); }
td.TdClassName
{
border-color: #A07EEF;
}
.TagClassName
{
border-color: #A07EEF;
}
</style>