Shades of Medium Purple #A06DDD
Tints of Medium Purple #A06DDD
RGB
CMYK
RGB Variations
Color information
#A06DDD (or 0xA06DDD) is known color: Medium Purple. HEX triplet: A0, 6D and DD. RGB value is (160,109,221). Sum of RGB (Red+Green+Blue) = 160+109+221=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A06DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DDD is #5F9222. Grayscale: #888888. Windows color (decimal): -6263331 or 14511520. OLE color: 14511520.
HSL color Cylindrical-coordinate representation of color #A06DDD: hue angle of 267.32º degrees, saturation: 0.62, 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 #A06DDD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 109 | 221 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.13 |
| HSL | 267.32º | 0.62% | 0.65% | - |
| HSV(B) | 267.32º | 0.51% | 0.87% | - |
| XYZ | 33.02 | 23.63 | 71.23 | - |
| YUV | 137.02 | 175.4 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 221 | 0.28 | 0.51 | 0 | 0.13 | 267.32 | 0.62 | 0.65 |
| Hex | A0 | 6D | DD | 1C | 33 | 0 | D | 10B | 3E | 41 |
| Octal | 240 | 155 | 335 | 34 | 63 | 0 | 15 | 413 | 76 | 101 |
| Binary | 10100000 | 1101101 | 11011101 | 11100 | 110011 | 0 | 1101 | 100001011 | 111110 | 1000001 |
Color Harmonies of #A06DDD
Complementary color
Monochromatic Colors of #A06DDD
Black with #A06DDD
Text Example
Text Example
White with #A06DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DDD; }
p { color: rgb(160,109,221); }
H1.HeaderClassName
{
color: #A06DDD;
}
.AnyTagClassName
{
color: #A06DDD;
}
</style>
background-color css
<style>
a { background-color: #A06DDD; }
a { background-color: rgb(160,109,221); }
div.DivClassName
{
background-color: #A06DDD;
}
.BgClassName
{
background-color: #A06DDD;
}
</style>
border-color css
<style>
span { border-color: #A06DDD; }
span { border-color: rgb(160,109,221); }
td.TdClassName
{
border-color: #A06DDD;
}
.TagClassName
{
border-color: #A06DDD;
}
</style>