Shades of Medium Purple #A06EEC
Tints of Medium Purple #A06EEC
RGB
CMYK
RGB Variations
Color information
#A06EEC (or 0xA06EEC) is known color: Medium Purple. HEX triplet: A0, 6E and EC. RGB value is (160,110,236). Sum of RGB (Red+Green+Blue) = 160+110+236=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EEC is #5F9113. Grayscale: #8A8A8A. Windows color (decimal): -6263060 or 15494816. OLE color: 15494816.
HSL color Cylindrical-coordinate representation of color #A06EEC: hue angle of 263.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06EEC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 110 | 236 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.81º | 0.77% | 0.68% | - |
| HSV(B) | 263.81º | 0.53% | 0.93% | - |
| XYZ | 35.21 | 24.68 | 82.26 | - |
| YUV | 139.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 236 | 0.32 | 0.53 | 0 | 0.07 | 263.81 | 0.77 | 0.68 |
| Hex | A0 | 6E | EC | 20 | 35 | 0 | 7 | 108 | 4D | 44 |
| Octal | 240 | 156 | 354 | 40 | 65 | 0 | 7 | 410 | 115 | 104 |
| Binary | 10100000 | 1101110 | 11101100 | 100000 | 110101 | 0 | 111 | 100001000 | 1001101 | 1000100 |
Color Harmonies of #A06EEC
Complementary color
Monochromatic Colors of #A06EEC
Black with #A06EEC
Text Example
Text Example
White with #A06EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EEC; }
p { color: rgb(160,110,236); }
H1.HeaderClassName
{
color: #A06EEC;
}
.AnyTagClassName
{
color: #A06EEC;
}
</style>
background-color css
<style>
a { background-color: #A06EEC; }
a { background-color: rgb(160,110,236); }
div.DivClassName
{
background-color: #A06EEC;
}
.BgClassName
{
background-color: #A06EEC;
}
</style>
border-color css
<style>
span { border-color: #A06EEC; }
span { border-color: rgb(160,110,236); }
td.TdClassName
{
border-color: #A06EEC;
}
.TagClassName
{
border-color: #A06EEC;
}
</style>