Shades of Medium Purple #A06DEE
Tints of Medium Purple #A06DEE
RGB
CMYK
RGB Variations
Color information
#A06DEE (or 0xA06DEE) is known color: Medium Purple. HEX triplet: A0, 6D and EE. RGB value is (160,109,238). Sum of RGB (Red+Green+Blue) = 160+109+238=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #A06DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DEE is #5F9211. Grayscale: #8A8A8A. Windows color (decimal): -6263314 or 15625632. OLE color: 15625632.
HSL color Cylindrical-coordinate representation of color #A06DEE: hue angle of 263.72º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06DEE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 109 | 238 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.07 |
| HSL | 263.72º | 0.79% | 0.68% | - |
| HSV(B) | 263.72º | 0.54% | 0.93% | - |
| XYZ | 35.4 | 24.58 | 83.77 | - |
| YUV | 138.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 238 | 0.33 | 0.54 | 0 | 0.07 | 263.72 | 0.79 | 0.68 |
| Hex | A0 | 6D | EE | 21 | 36 | 0 | 7 | 108 | 4F | 44 |
| Octal | 240 | 155 | 356 | 41 | 66 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10100000 | 1101101 | 11101110 | 100001 | 110110 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #A06DEE
Complementary color
Monochromatic Colors of #A06DEE
Black with #A06DEE
Text Example
Text Example
White with #A06DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DEE; }
p { color: rgb(160,109,238); }
H1.HeaderClassName
{
color: #A06DEE;
}
.AnyTagClassName
{
color: #A06DEE;
}
</style>
background-color css
<style>
a { background-color: #A06DEE; }
a { background-color: rgb(160,109,238); }
div.DivClassName
{
background-color: #A06DEE;
}
.BgClassName
{
background-color: #A06DEE;
}
</style>
border-color css
<style>
span { border-color: #A06DEE; }
span { border-color: rgb(160,109,238); }
td.TdClassName
{
border-color: #A06DEE;
}
.TagClassName
{
border-color: #A06DEE;
}
</style>