Shades of Medium Purple #A06FD9
Tints of Medium Purple #A06FD9
RGB
CMYK
RGB Variations
Color information
#A06FD9 (or 0xA06FD9) is known color: Medium Purple. HEX triplet: A0, 6F and D9. RGB value is (160,111,217). Sum of RGB (Red+Green+Blue) = 160+111+217=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #A06FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FD9 is #5F9026. Grayscale: #898989. Windows color (decimal): -6262823 or 14249888. OLE color: 14249888.
HSL color Cylindrical-coordinate representation of color #A06FD9: hue angle of 267.74º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06FD9 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 111 | 217 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.15 |
| HSL | 267.74º | 0.58% | 0.64% | - |
| HSV(B) | 267.74º | 0.49% | 0.85% | - |
| XYZ | 32.71 | 23.85 | 68.53 | - |
| YUV | 137.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 217 | 0.26 | 0.49 | 0 | 0.15 | 267.74 | 0.58 | 0.64 |
| Hex | A0 | 6F | D9 | 1A | 31 | 0 | F | 10C | 3A | 40 |
| Octal | 240 | 157 | 331 | 32 | 61 | 0 | 17 | 414 | 72 | 100 |
| Binary | 10100000 | 1101111 | 11011001 | 11010 | 110001 | 0 | 1111 | 100001100 | 111010 | 1000000 |
Color Harmonies of #A06FD9
Complementary color
Monochromatic Colors of #A06FD9
Black with #A06FD9
Text Example
Text Example
White with #A06FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FD9; }
p { color: rgb(160,111,217); }
H1.HeaderClassName
{
color: #A06FD9;
}
.AnyTagClassName
{
color: #A06FD9;
}
</style>
background-color css
<style>
a { background-color: #A06FD9; }
a { background-color: rgb(160,111,217); }
div.DivClassName
{
background-color: #A06FD9;
}
.BgClassName
{
background-color: #A06FD9;
}
</style>
border-color css
<style>
span { border-color: #A06FD9; }
span { border-color: rgb(160,111,217); }
td.TdClassName
{
border-color: #A06FD9;
}
.TagClassName
{
border-color: #A06FD9;
}
</style>