Shades of Medium Purple #A06DDE
Tints of Medium Purple #A06DDE
RGB
CMYK
RGB Variations
Color information
#A06DDE (or 0xA06DDE) is known color: Medium Purple. HEX triplet: A0, 6D and DE. RGB value is (160,109,222). Sum of RGB (Red+Green+Blue) = 160+109+222=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #A06DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DDE is #5F9221. Grayscale: #888888. Windows color (decimal): -6263330 or 14577056. OLE color: 14577056.
HSL color Cylindrical-coordinate representation of color #A06DDE: hue angle of 267.08º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06DDE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 109 | 222 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.13 |
| HSL | 267.08º | 0.63% | 0.65% | - |
| HSV(B) | 267.08º | 0.51% | 0.87% | - |
| XYZ | 33.15 | 23.68 | 71.93 | - |
| YUV | 137.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 222 | 0.28 | 0.51 | 0 | 0.13 | 267.08 | 0.63 | 0.65 |
| Hex | A0 | 6D | DE | 1C | 33 | 0 | D | 10B | 3F | 41 |
| Octal | 240 | 155 | 336 | 34 | 63 | 0 | 15 | 413 | 77 | 101 |
| Binary | 10100000 | 1101101 | 11011110 | 11100 | 110011 | 0 | 1101 | 100001011 | 111111 | 1000001 |
Color Harmonies of #A06DDE
Complementary color
Monochromatic Colors of #A06DDE
Black with #A06DDE
Text Example
Text Example
White with #A06DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DDE; }
p { color: rgb(160,109,222); }
H1.HeaderClassName
{
color: #A06DDE;
}
.AnyTagClassName
{
color: #A06DDE;
}
</style>
background-color css
<style>
a { background-color: #A06DDE; }
a { background-color: rgb(160,109,222); }
div.DivClassName
{
background-color: #A06DDE;
}
.BgClassName
{
background-color: #A06DDE;
}
</style>
border-color css
<style>
span { border-color: #A06DDE; }
span { border-color: rgb(160,109,222); }
td.TdClassName
{
border-color: #A06DDE;
}
.TagClassName
{
border-color: #A06DDE;
}
</style>