Shades of Medium Purple #A06DDC
Tints of Medium Purple #A06DDC
RGB
CMYK
RGB Variations
Color information
#A06DDC (or 0xA06DDC) is known color: Medium Purple. HEX triplet: A0, 6D and DC. RGB value is (160,109,220). Sum of RGB (Red+Green+Blue) = 160+109+220=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #A06DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DDC is #5F9223. Grayscale: #888888. Windows color (decimal): -6263332 or 14445984. OLE color: 14445984.
HSL color Cylindrical-coordinate representation of color #A06DDC: hue angle of 267.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06DDC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 109 | 220 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 267.57º | 0.61% | 0.65% | - |
| HSV(B) | 267.57º | 0.5% | 0.86% | - |
| XYZ | 32.88 | 23.58 | 70.53 | - |
| YUV | 136.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 220 | 0.27 | 0.50 | 0 | 0.14 | 267.57 | 0.61 | 0.65 |
| Hex | A0 | 6D | DC | 1B | 32 | 0 | E | 10C | 3D | 41 |
| Octal | 240 | 155 | 334 | 33 | 62 | 0 | 16 | 414 | 75 | 101 |
| Binary | 10100000 | 1101101 | 11011100 | 11011 | 110010 | 0 | 1110 | 100001100 | 111101 | 1000001 |
Color Harmonies of #A06DDC
Complementary color
Monochromatic Colors of #A06DDC
Black with #A06DDC
Text Example
Text Example
White with #A06DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DDC; }
p { color: rgb(160,109,220); }
H1.HeaderClassName
{
color: #A06DDC;
}
.AnyTagClassName
{
color: #A06DDC;
}
</style>
background-color css
<style>
a { background-color: #A06DDC; }
a { background-color: rgb(160,109,220); }
div.DivClassName
{
background-color: #A06DDC;
}
.BgClassName
{
background-color: #A06DDC;
}
</style>
border-color css
<style>
span { border-color: #A06DDC; }
span { border-color: rgb(160,109,220); }
td.TdClassName
{
border-color: #A06DDC;
}
.TagClassName
{
border-color: #A06DDC;
}
</style>