Shades of Medium Purple #A06EE0
Tints of Medium Purple #A06EE0
RGB
CMYK
RGB Variations
Color information
#A06EE0 (or 0xA06EE0) is known color: Medium Purple. HEX triplet: A0, 6E and E0. RGB value is (160,110,224). Sum of RGB (Red+Green+Blue) = 160+110+224=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #A06EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EE0 is #5F911F. Grayscale: #898989. Windows color (decimal): -6263072 or 14708384. OLE color: 14708384.
HSL color Cylindrical-coordinate representation of color #A06EE0: hue angle of 266.32º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06EE0 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 110 | 224 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.12 |
| HSL | 266.32º | 0.65% | 0.65% | - |
| HSV(B) | 266.32º | 0.51% | 0.88% | - |
| XYZ | 33.53 | 24.01 | 73.39 | - |
| YUV | 137.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 224 | 0.29 | 0.51 | 0 | 0.12 | 266.32 | 0.65 | 0.65 |
| Hex | A0 | 6E | E0 | 1D | 33 | 0 | C | 10A | 41 | 41 |
| Octal | 240 | 156 | 340 | 35 | 63 | 0 | 14 | 412 | 101 | 101 |
| Binary | 10100000 | 1101110 | 11100000 | 11101 | 110011 | 0 | 1100 | 100001010 | 1000001 | 1000001 |
Color Harmonies of #A06EE0
Complementary color
Monochromatic Colors of #A06EE0
Black with #A06EE0
Text Example
Text Example
White with #A06EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EE0; }
p { color: rgb(160,110,224); }
H1.HeaderClassName
{
color: #A06EE0;
}
.AnyTagClassName
{
color: #A06EE0;
}
</style>
background-color css
<style>
a { background-color: #A06EE0; }
a { background-color: rgb(160,110,224); }
div.DivClassName
{
background-color: #A06EE0;
}
.BgClassName
{
background-color: #A06EE0;
}
</style>
border-color css
<style>
span { border-color: #A06EE0; }
span { border-color: rgb(160,110,224); }
td.TdClassName
{
border-color: #A06EE0;
}
.TagClassName
{
border-color: #A06EE0;
}
</style>