Shades of Medium Purple #A06EF3
Tints of Medium Purple #A06EF3
RGB
CMYK
RGB Variations
Color information
#A06EF3 (or 0xA06EF3) is known color: Medium Purple. HEX triplet: A0, 6E and F3. RGB value is (160,110,243). Sum of RGB (Red+Green+Blue) = 160+110+243=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #A06EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EF3 is #5F910C. Grayscale: #8B8B8B. Windows color (decimal): -6263053 or 15953568. OLE color: 15953568.
HSL color Cylindrical-coordinate representation of color #A06EF3: hue angle of 262.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06EF3 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 110 | 243 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.05 |
| HSL | 262.56º | 0.85% | 0.69% | - |
| HSV(B) | 262.56º | 0.55% | 0.95% | - |
| XYZ | 36.25 | 25.1 | 87.73 | - |
| YUV | 140.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 243 | 0.34 | 0.55 | 0 | 0.05 | 262.56 | 0.85 | 0.69 |
| Hex | A0 | 6E | F3 | 22 | 37 | 0 | 5 | 107 | 55 | 45 |
| Octal | 240 | 156 | 363 | 42 | 67 | 0 | 5 | 407 | 125 | 105 |
| Binary | 10100000 | 1101110 | 11110011 | 100010 | 110111 | 0 | 101 | 100000111 | 1010101 | 1000101 |
Color Harmonies of #A06EF3
Complementary color
Monochromatic Colors of #A06EF3
Black with #A06EF3
Text Example
Text Example
White with #A06EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EF3; }
p { color: rgb(160,110,243); }
H1.HeaderClassName
{
color: #A06EF3;
}
.AnyTagClassName
{
color: #A06EF3;
}
</style>
background-color css
<style>
a { background-color: #A06EF3; }
a { background-color: rgb(160,110,243); }
div.DivClassName
{
background-color: #A06EF3;
}
.BgClassName
{
background-color: #A06EF3;
}
</style>
border-color css
<style>
span { border-color: #A06EF3; }
span { border-color: rgb(160,110,243); }
td.TdClassName
{
border-color: #A06EF3;
}
.TagClassName
{
border-color: #A06EF3;
}
</style>