Shades of Medium Purple #A06EDA
Tints of Medium Purple #A06EDA
RGB
CMYK
RGB Variations
Color information
#A06EDA (or 0xA06EDA) is known color: Medium Purple. HEX triplet: A0, 6E and DA. RGB value is (160,110,218). Sum of RGB (Red+Green+Blue) = 160+110+218=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A06EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EDA is #5F9125. Grayscale: #888888. Windows color (decimal): -6263078 or 14315168. OLE color: 14315168.
HSL color Cylindrical-coordinate representation of color #A06EDA: hue angle of 267.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06EDA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 110 | 218 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.15 |
| HSL | 267.78º | 0.59% | 0.64% | - |
| HSV(B) | 267.78º | 0.5% | 0.85% | - |
| XYZ | 32.73 | 23.69 | 69.18 | - |
| YUV | 137.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 218 | 0.27 | 0.50 | 0 | 0.15 | 267.78 | 0.59 | 0.64 |
| Hex | A0 | 6E | DA | 1B | 32 | 0 | F | 10C | 3B | 40 |
| Octal | 240 | 156 | 332 | 33 | 62 | 0 | 17 | 414 | 73 | 100 |
| Binary | 10100000 | 1101110 | 11011010 | 11011 | 110010 | 0 | 1111 | 100001100 | 111011 | 1000000 |
Color Harmonies of #A06EDA
Complementary color
Monochromatic Colors of #A06EDA
Black with #A06EDA
Text Example
Text Example
White with #A06EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EDA; }
p { color: rgb(160,110,218); }
H1.HeaderClassName
{
color: #A06EDA;
}
.AnyTagClassName
{
color: #A06EDA;
}
</style>
background-color css
<style>
a { background-color: #A06EDA; }
a { background-color: rgb(160,110,218); }
div.DivClassName
{
background-color: #A06EDA;
}
.BgClassName
{
background-color: #A06EDA;
}
</style>
border-color css
<style>
span { border-color: #A06EDA; }
span { border-color: rgb(160,110,218); }
td.TdClassName
{
border-color: #A06EDA;
}
.TagClassName
{
border-color: #A06EDA;
}
</style>