Shades of Medium Purple #A06EDD
Tints of Medium Purple #A06EDD
RGB
CMYK
RGB Variations
Color information
#A06EDD (or 0xA06EDD) is known color: Medium Purple. HEX triplet: A0, 6E and DD. RGB value is (160,110,221). Sum of RGB (Red+Green+Blue) = 160+110+221=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A06EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EDD is #5F9122. Grayscale: #898989. Windows color (decimal): -6263075 or 14511776. OLE color: 14511776.
HSL color Cylindrical-coordinate representation of color #A06EDD: hue angle of 267.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06EDD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 110 | 221 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 267.03º | 0.62% | 0.65% | - |
| HSV(B) | 267.03º | 0.5% | 0.87% | - |
| XYZ | 33.12 | 23.85 | 71.26 | - |
| YUV | 137.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 221 | 0.28 | 0.50 | 0 | 0.13 | 267.03 | 0.62 | 0.65 |
| Hex | A0 | 6E | DD | 1C | 32 | 0 | D | 10B | 3E | 41 |
| Octal | 240 | 156 | 335 | 34 | 62 | 0 | 15 | 413 | 76 | 101 |
| Binary | 10100000 | 1101110 | 11011101 | 11100 | 110010 | 0 | 1101 | 100001011 | 111110 | 1000001 |
Color Harmonies of #A06EDD
Complementary color
Monochromatic Colors of #A06EDD
Black with #A06EDD
Text Example
Text Example
White with #A06EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EDD; }
p { color: rgb(160,110,221); }
H1.HeaderClassName
{
color: #A06EDD;
}
.AnyTagClassName
{
color: #A06EDD;
}
</style>
background-color css
<style>
a { background-color: #A06EDD; }
a { background-color: rgb(160,110,221); }
div.DivClassName
{
background-color: #A06EDD;
}
.BgClassName
{
background-color: #A06EDD;
}
</style>
border-color css
<style>
span { border-color: #A06EDD; }
span { border-color: rgb(160,110,221); }
td.TdClassName
{
border-color: #A06EDD;
}
.TagClassName
{
border-color: #A06EDD;
}
</style>