Shades of Medium Purple #A07AEC
Tints of Medium Purple #A07AEC
RGB
CMYK
RGB Variations
Color information
#A07AEC (or 0xA07AEC) is known color: Medium Purple. HEX triplet: A0, 7A and EC. RGB value is (160,122,236). Sum of RGB (Red+Green+Blue) = 160+122+236=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #A07AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AEC is #5F8513. Grayscale: #919191. Windows color (decimal): -6259988 or 15497888. OLE color: 15497888.
HSL color Cylindrical-coordinate representation of color #A07AEC: hue angle of 260º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07AEC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 122 | 236 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.07 |
| HSL | 260º | 0.75% | 0.7% | - |
| HSV(B) | 260º | 0.48% | 0.93% | - |
| XYZ | 36.6 | 27.45 | 82.73 | - |
| YUV | 146.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 236 | 0.32 | 0.48 | 0 | 0.07 | 260 | 0.75 | 0.7 |
| Hex | A0 | 7A | EC | 20 | 30 | 0 | 7 | 104 | 4B | 46 |
| Octal | 240 | 172 | 354 | 40 | 60 | 0 | 7 | 404 | 113 | 106 |
| Binary | 10100000 | 1111010 | 11101100 | 100000 | 110000 | 0 | 111 | 100000100 | 1001011 | 1000110 |
Color Harmonies of #A07AEC
Complementary color
Monochromatic Colors of #A07AEC
Black with #A07AEC
Text Example
Text Example
White with #A07AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AEC; }
p { color: rgb(160,122,236); }
H1.HeaderClassName
{
color: #A07AEC;
}
.AnyTagClassName
{
color: #A07AEC;
}
</style>
background-color css
<style>
a { background-color: #A07AEC; }
a { background-color: rgb(160,122,236); }
div.DivClassName
{
background-color: #A07AEC;
}
.BgClassName
{
background-color: #A07AEC;
}
</style>
border-color css
<style>
span { border-color: #A07AEC; }
span { border-color: rgb(160,122,236); }
td.TdClassName
{
border-color: #A07AEC;
}
.TagClassName
{
border-color: #A07AEC;
}
</style>