Shades of Medium Purple #A06DDB
Tints of Medium Purple #A06DDB
RGB
CMYK
RGB Variations
Color information
#A06DDB (or 0xA06DDB) is known color: Medium Purple. HEX triplet: A0, 6D and DB. RGB value is (160,109,219). Sum of RGB (Red+Green+Blue) = 160+109+219=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A06DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DDB is #5F9224. Grayscale: #888888. Windows color (decimal): -6263333 or 14380448. OLE color: 14380448.
HSL color Cylindrical-coordinate representation of color #A06DDB: hue angle of 267.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06DDB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 109 | 219 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 267.82º | 0.6% | 0.64% | - |
| HSV(B) | 267.82º | 0.5% | 0.86% | - |
| XYZ | 32.75 | 23.53 | 69.83 | - |
| YUV | 136.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 219 | 0.27 | 0.50 | 0 | 0.14 | 267.82 | 0.6 | 0.64 |
| Hex | A0 | 6D | DB | 1B | 32 | 0 | E | 10C | 3C | 40 |
| Octal | 240 | 155 | 333 | 33 | 62 | 0 | 16 | 414 | 74 | 100 |
| Binary | 10100000 | 1101101 | 11011011 | 11011 | 110010 | 0 | 1110 | 100001100 | 111100 | 1000000 |
Color Harmonies of #A06DDB
Complementary color
Monochromatic Colors of #A06DDB
Black with #A06DDB
Text Example
Text Example
White with #A06DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DDB; }
p { color: rgb(160,109,219); }
H1.HeaderClassName
{
color: #A06DDB;
}
.AnyTagClassName
{
color: #A06DDB;
}
</style>
background-color css
<style>
a { background-color: #A06DDB; }
a { background-color: rgb(160,109,219); }
div.DivClassName
{
background-color: #A06DDB;
}
.BgClassName
{
background-color: #A06DDB;
}
</style>
border-color css
<style>
span { border-color: #A06DDB; }
span { border-color: rgb(160,109,219); }
td.TdClassName
{
border-color: #A06DDB;
}
.TagClassName
{
border-color: #A06DDB;
}
</style>