Shades of Medium Purple #A06EE2
Tints of Medium Purple #A06EE2
RGB
CMYK
RGB Variations
Color information
#A06EE2 (or 0xA06EE2) is known color: Medium Purple. HEX triplet: A0, 6E and E2. RGB value is (160,110,226). Sum of RGB (Red+Green+Blue) = 160+110+226=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #A06EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EE2 is #5F911D. Grayscale: #898989. Windows color (decimal): -6263070 or 14839456. OLE color: 14839456.
HSL color Cylindrical-coordinate representation of color #A06EE2: hue angle of 265.86º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06EE2 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 110 | 226 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.11 |
| HSL | 265.86º | 0.67% | 0.66% | - |
| HSV(B) | 265.86º | 0.51% | 0.89% | - |
| XYZ | 33.8 | 24.12 | 74.82 | - |
| YUV | 138.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 226 | 0.29 | 0.51 | 0 | 0.11 | 265.86 | 0.67 | 0.66 |
| Hex | A0 | 6E | E2 | 1D | 33 | 0 | B | 10A | 43 | 42 |
| Octal | 240 | 156 | 342 | 35 | 63 | 0 | 13 | 412 | 103 | 102 |
| Binary | 10100000 | 1101110 | 11100010 | 11101 | 110011 | 0 | 1011 | 100001010 | 1000011 | 1000010 |
Color Harmonies of #A06EE2
Complementary color
Monochromatic Colors of #A06EE2
Black with #A06EE2
Text Example
Text Example
White with #A06EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EE2; }
p { color: rgb(160,110,226); }
H1.HeaderClassName
{
color: #A06EE2;
}
.AnyTagClassName
{
color: #A06EE2;
}
</style>
background-color css
<style>
a { background-color: #A06EE2; }
a { background-color: rgb(160,110,226); }
div.DivClassName
{
background-color: #A06EE2;
}
.BgClassName
{
background-color: #A06EE2;
}
</style>
border-color css
<style>
span { border-color: #A06EE2; }
span { border-color: rgb(160,110,226); }
td.TdClassName
{
border-color: #A06EE2;
}
.TagClassName
{
border-color: #A06EE2;
}
</style>