Shades of Medium Purple #A06FED
Tints of Medium Purple #A06FED
RGB
CMYK
RGB Variations
Color information
#A06FED (or 0xA06FED) is known color: Medium Purple. HEX triplet: A0, 6F and ED. RGB value is (160,111,237). Sum of RGB (Red+Green+Blue) = 160+111+237=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A06FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FED is #5F9012. Grayscale: #8B8B8B. Windows color (decimal): -6262803 or 15560608. OLE color: 15560608.
HSL color Cylindrical-coordinate representation of color #A06FED: hue angle of 263.33º degrees, saturation: 0.78, 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 #A06FED is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 111 | 237 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.33º | 0.78% | 0.68% | - |
| HSV(B) | 263.33º | 0.53% | 0.93% | - |
| XYZ | 35.47 | 24.96 | 83.07 | - |
| YUV | 140.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 237 | 0.32 | 0.53 | 0 | 0.07 | 263.33 | 0.78 | 0.68 |
| Hex | A0 | 6F | ED | 20 | 35 | 0 | 7 | 107 | 4E | 44 |
| Octal | 240 | 157 | 355 | 40 | 65 | 0 | 7 | 407 | 116 | 104 |
| Binary | 10100000 | 1101111 | 11101101 | 100000 | 110101 | 0 | 111 | 100000111 | 1001110 | 1000100 |
Color Harmonies of #A06FED
Complementary color
Monochromatic Colors of #A06FED
Black with #A06FED
Text Example
Text Example
White with #A06FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FED; }
p { color: rgb(160,111,237); }
H1.HeaderClassName
{
color: #A06FED;
}
.AnyTagClassName
{
color: #A06FED;
}
</style>
background-color css
<style>
a { background-color: #A06FED; }
a { background-color: rgb(160,111,237); }
div.DivClassName
{
background-color: #A06FED;
}
.BgClassName
{
background-color: #A06FED;
}
</style>
border-color css
<style>
span { border-color: #A06FED; }
span { border-color: rgb(160,111,237); }
td.TdClassName
{
border-color: #A06FED;
}
.TagClassName
{
border-color: #A06FED;
}
</style>