Shades of Medium Purple #A06BDD
Tints of Medium Purple #A06BDD
RGB
CMYK
RGB Variations
Color information
#A06BDD (or 0xA06BDD) is known color: Medium Purple. HEX triplet: A0, 6B and DD. RGB value is (160,107,221). Sum of RGB (Red+Green+Blue) = 160+107+221=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A06BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BDD is #5F9422. Grayscale: #878787. Windows color (decimal): -6263843 or 14511008. OLE color: 14511008.
HSL color Cylindrical-coordinate representation of color #A06BDD: hue angle of 267.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06BDD is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 107 | 221 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 267.89º | 0.63% | 0.64% | - |
| HSV(B) | 267.89º | 0.52% | 0.87% | - |
| XYZ | 32.81 | 23.21 | 71.16 | - |
| YUV | 135.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 221 | 0.28 | 0.52 | 0 | 0.13 | 267.89 | 0.63 | 0.64 |
| Hex | A0 | 6B | DD | 1C | 34 | 0 | D | 10C | 3F | 40 |
| Octal | 240 | 153 | 335 | 34 | 64 | 0 | 15 | 414 | 77 | 100 |
| Binary | 10100000 | 1101011 | 11011101 | 11100 | 110100 | 0 | 1101 | 100001100 | 111111 | 1000000 |
Color Harmonies of #A06BDD
Complementary color
Monochromatic Colors of #A06BDD
Black with #A06BDD
Text Example
Text Example
White with #A06BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BDD; }
p { color: rgb(160,107,221); }
H1.HeaderClassName
{
color: #A06BDD;
}
.AnyTagClassName
{
color: #A06BDD;
}
</style>
background-color css
<style>
a { background-color: #A06BDD; }
a { background-color: rgb(160,107,221); }
div.DivClassName
{
background-color: #A06BDD;
}
.BgClassName
{
background-color: #A06BDD;
}
</style>
border-color css
<style>
span { border-color: #A06BDD; }
span { border-color: rgb(160,107,221); }
td.TdClassName
{
border-color: #A06BDD;
}
.TagClassName
{
border-color: #A06BDD;
}
</style>