Shades of Medium Purple #A06FEC
Tints of Medium Purple #A06FEC
RGB
CMYK
RGB Variations
Color information
#A06FEC (or 0xA06FEC) is known color: Medium Purple. HEX triplet: A0, 6F and EC. RGB value is (160,111,236). Sum of RGB (Red+Green+Blue) = 160+111+236=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FEC is #5F9013. Grayscale: #8B8B8B. Windows color (decimal): -6262804 or 15495072. OLE color: 15495072.
HSL color Cylindrical-coordinate representation of color #A06FEC: hue angle of 263.52º 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 #A06FEC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 111 | 236 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.52º | 0.77% | 0.68% | - |
| HSV(B) | 263.52º | 0.53% | 0.93% | - |
| XYZ | 35.32 | 24.9 | 82.3 | - |
| YUV | 139.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 236 | 0.32 | 0.53 | 0 | 0.07 | 263.52 | 0.77 | 0.68 |
| Hex | A0 | 6F | EC | 20 | 35 | 0 | 7 | 108 | 4D | 44 |
| Octal | 240 | 157 | 354 | 40 | 65 | 0 | 7 | 410 | 115 | 104 |
| Binary | 10100000 | 1101111 | 11101100 | 100000 | 110101 | 0 | 111 | 100001000 | 1001101 | 1000100 |
Color Harmonies of #A06FEC
Complementary color
Monochromatic Colors of #A06FEC
Black with #A06FEC
Text Example
Text Example
White with #A06FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FEC; }
p { color: rgb(160,111,236); }
H1.HeaderClassName
{
color: #A06FEC;
}
.AnyTagClassName
{
color: #A06FEC;
}
</style>
background-color css
<style>
a { background-color: #A06FEC; }
a { background-color: rgb(160,111,236); }
div.DivClassName
{
background-color: #A06FEC;
}
.BgClassName
{
background-color: #A06FEC;
}
</style>
border-color css
<style>
span { border-color: #A06FEC; }
span { border-color: rgb(160,111,236); }
td.TdClassName
{
border-color: #A06FEC;
}
.TagClassName
{
border-color: #A06FEC;
}
</style>