Shades of Medium Purple #A07AEA
Tints of Medium Purple #A07AEA
RGB
CMYK
RGB Variations
Color information
#A07AEA (or 0xA07AEA) is known color: Medium Purple. HEX triplet: A0, 7A and EA. RGB value is (160,122,234). Sum of RGB (Red+Green+Blue) = 160+122+234=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #A07AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AEA is #5F8515. Grayscale: #919191. Windows color (decimal): -6259990 or 15366816. OLE color: 15366816.
HSL color Cylindrical-coordinate representation of color #A07AEA: hue angle of 260.36º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07AEA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 122 | 234 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.08 |
| HSL | 260.36º | 0.73% | 0.7% | - |
| HSV(B) | 260.36º | 0.48% | 0.92% | - |
| XYZ | 36.31 | 27.33 | 81.2 | - |
| YUV | 146.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 234 | 0.32 | 0.48 | 0 | 0.08 | 260.36 | 0.73 | 0.7 |
| Hex | A0 | 7A | EA | 20 | 30 | 0 | 8 | 104 | 49 | 46 |
| Octal | 240 | 172 | 352 | 40 | 60 | 0 | 10 | 404 | 111 | 106 |
| Binary | 10100000 | 1111010 | 11101010 | 100000 | 110000 | 0 | 1000 | 100000100 | 1001001 | 1000110 |
Color Harmonies of #A07AEA
Complementary color
Monochromatic Colors of #A07AEA
Black with #A07AEA
Text Example
Text Example
White with #A07AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AEA; }
p { color: rgb(160,122,234); }
H1.HeaderClassName
{
color: #A07AEA;
}
.AnyTagClassName
{
color: #A07AEA;
}
</style>
background-color css
<style>
a { background-color: #A07AEA; }
a { background-color: rgb(160,122,234); }
div.DivClassName
{
background-color: #A07AEA;
}
.BgClassName
{
background-color: #A07AEA;
}
</style>
border-color css
<style>
span { border-color: #A07AEA; }
span { border-color: rgb(160,122,234); }
td.TdClassName
{
border-color: #A07AEA;
}
.TagClassName
{
border-color: #A07AEA;
}
</style>