Shades of Medium Purple #A06DF9
Tints of Medium Purple #A06DF9
RGB
CMYK
RGB Variations
Color information
#A06DF9 (or 0xA06DF9) is known color: Medium Purple. HEX triplet: A0, 6D and F9. RGB value is (160,109,249). Sum of RGB (Red+Green+Blue) = 160+109+249=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #A06DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DF9 is #5F9206. Grayscale: #8B8B8B. Windows color (decimal): -6263303 or 16346528. OLE color: 16346528.
HSL color Cylindrical-coordinate representation of color #A06DF9: hue angle of 261.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06DF9 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 109 | 249 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.02 |
| HSL | 261.86º | 0.92% | 0.7% | - |
| HSV(B) | 261.86º | 0.56% | 0.98% | - |
| XYZ | 37.06 | 25.25 | 92.54 | - |
| YUV | 140.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 249 | 0.36 | 0.56 | 0 | 0.02 | 261.86 | 0.92 | 0.7 |
| Hex | A0 | 6D | F9 | 24 | 38 | 0 | 2 | 106 | 5C | 46 |
| Octal | 240 | 155 | 371 | 44 | 70 | 0 | 2 | 406 | 134 | 106 |
| Binary | 10100000 | 1101101 | 11111001 | 100100 | 111000 | 0 | 10 | 100000110 | 1011100 | 1000110 |
Color Harmonies of #A06DF9
Complementary color
Monochromatic Colors of #A06DF9
Black with #A06DF9
Text Example
Text Example
White with #A06DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DF9; }
p { color: rgb(160,109,249); }
H1.HeaderClassName
{
color: #A06DF9;
}
.AnyTagClassName
{
color: #A06DF9;
}
</style>
background-color css
<style>
a { background-color: #A06DF9; }
a { background-color: rgb(160,109,249); }
div.DivClassName
{
background-color: #A06DF9;
}
.BgClassName
{
background-color: #A06DF9;
}
</style>
border-color css
<style>
span { border-color: #A06DF9; }
span { border-color: rgb(160,109,249); }
td.TdClassName
{
border-color: #A06DF9;
}
.TagClassName
{
border-color: #A06DF9;
}
</style>