Shades of Medium Purple #A07AE0
Tints of Medium Purple #A07AE0
RGB
CMYK
RGB Variations
Color information
#A07AE0 (or 0xA07AE0) is known color: Medium Purple. HEX triplet: A0, 7A and E0. RGB value is (160,122,224). Sum of RGB (Red+Green+Blue) = 160+122+224=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #A07AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AE0 is #5F851F. Grayscale: #909090. Windows color (decimal): -6260000 or 14711456. OLE color: 14711456.
HSL color Cylindrical-coordinate representation of color #A07AE0: hue angle of 262.35º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07AE0 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 122 | 224 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.12 |
| HSL | 262.35º | 0.62% | 0.68% | - |
| HSV(B) | 262.35º | 0.46% | 0.88% | - |
| XYZ | 34.91 | 26.77 | 73.85 | - |
| YUV | 144.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 224 | 0.29 | 0.46 | 0 | 0.12 | 262.35 | 0.62 | 0.68 |
| Hex | A0 | 7A | E0 | 1D | 2E | 0 | C | 106 | 3E | 44 |
| Octal | 240 | 172 | 340 | 35 | 56 | 0 | 14 | 406 | 76 | 104 |
| Binary | 10100000 | 1111010 | 11100000 | 11101 | 101110 | 0 | 1100 | 100000110 | 111110 | 1000100 |
Color Harmonies of #A07AE0
Complementary color
Monochromatic Colors of #A07AE0
Black with #A07AE0
Text Example
Text Example
White with #A07AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AE0; }
p { color: rgb(160,122,224); }
H1.HeaderClassName
{
color: #A07AE0;
}
.AnyTagClassName
{
color: #A07AE0;
}
</style>
background-color css
<style>
a { background-color: #A07AE0; }
a { background-color: rgb(160,122,224); }
div.DivClassName
{
background-color: #A07AE0;
}
.BgClassName
{
background-color: #A07AE0;
}
</style>
border-color css
<style>
span { border-color: #A07AE0; }
span { border-color: rgb(160,122,224); }
td.TdClassName
{
border-color: #A07AE0;
}
.TagClassName
{
border-color: #A07AE0;
}
</style>