Shades of Medium Purple #A07CEA
Tints of Medium Purple #A07CEA
RGB
CMYK
RGB Variations
Color information
#A07CEA (or 0xA07CEA) is known color: Medium Purple. HEX triplet: A0, 7C and EA. RGB value is (160,124,234). Sum of RGB (Red+Green+Blue) = 160+124+234=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #A07CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CEA is #5F8315. Grayscale: #929292. Windows color (decimal): -6259478 or 15367328. OLE color: 15367328.
HSL color Cylindrical-coordinate representation of color #A07CEA: hue angle of 259.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07CEA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 124 | 234 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.08 |
| HSL | 259.64º | 0.72% | 0.7% | - |
| HSV(B) | 259.64º | 0.47% | 0.92% | - |
| XYZ | 36.56 | 27.83 | 81.29 | - |
| YUV | 147.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 234 | 0.32 | 0.47 | 0 | 0.08 | 259.64 | 0.72 | 0.7 |
| Hex | A0 | 7C | EA | 20 | 2F | 0 | 8 | 104 | 48 | 46 |
| Octal | 240 | 174 | 352 | 40 | 57 | 0 | 10 | 404 | 110 | 106 |
| Binary | 10100000 | 1111100 | 11101010 | 100000 | 101111 | 0 | 1000 | 100000100 | 1001000 | 1000110 |
Color Harmonies of #A07CEA
Complementary color
Monochromatic Colors of #A07CEA
Black with #A07CEA
Text Example
Text Example
White with #A07CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CEA; }
p { color: rgb(160,124,234); }
H1.HeaderClassName
{
color: #A07CEA;
}
.AnyTagClassName
{
color: #A07CEA;
}
</style>
background-color css
<style>
a { background-color: #A07CEA; }
a { background-color: rgb(160,124,234); }
div.DivClassName
{
background-color: #A07CEA;
}
.BgClassName
{
background-color: #A07CEA;
}
</style>
border-color css
<style>
span { border-color: #A07CEA; }
span { border-color: rgb(160,124,234); }
td.TdClassName
{
border-color: #A07CEA;
}
.TagClassName
{
border-color: #A07CEA;
}
</style>