Shades of Medium Purple #A089EC
Tints of Medium Purple #A089EC
RGB
CMYK
RGB Variations
Color information
#A089EC (or 0xA089EC) is known color: Medium Purple. HEX triplet: A0, 89 and EC. RGB value is (160,137,236). Sum of RGB (Red+Green+Blue) = 160+137+236=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A089EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089EC is #5F7613. Grayscale: #9A9A9A. Windows color (decimal): -6256148 or 15501728. OLE color: 15501728.
HSL color Cylindrical-coordinate representation of color #A089EC: hue angle of 253.94º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A089EC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 137 | 236 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.07 |
| HSL | 253.94º | 0.72% | 0.73% | - |
| HSV(B) | 253.94º | 0.42% | 0.93% | - |
| XYZ | 38.58 | 31.42 | 83.39 | - |
| YUV | 155.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 236 | 0.32 | 0.42 | 0 | 0.07 | 253.94 | 0.72 | 0.73 |
| Hex | A0 | 89 | EC | 20 | 2A | 0 | 7 | FE | 48 | 49 |
| Octal | 240 | 211 | 354 | 40 | 52 | 0 | 7 | 376 | 110 | 111 |
| Binary | 10100000 | 10001001 | 11101100 | 100000 | 101010 | 0 | 111 | 11111110 | 1001000 | 1001001 |
Color Harmonies of #A089EC
Complementary color
Monochromatic Colors of #A089EC
Black with #A089EC
Text Example
Text Example
White with #A089EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089EC; }
p { color: rgb(160,137,236); }
H1.HeaderClassName
{
color: #A089EC;
}
.AnyTagClassName
{
color: #A089EC;
}
</style>
background-color css
<style>
a { background-color: #A089EC; }
a { background-color: rgb(160,137,236); }
div.DivClassName
{
background-color: #A089EC;
}
.BgClassName
{
background-color: #A089EC;
}
</style>
border-color css
<style>
span { border-color: #A089EC; }
span { border-color: rgb(160,137,236); }
td.TdClassName
{
border-color: #A089EC;
}
.TagClassName
{
border-color: #A089EC;
}
</style>