Shades of Medium Purple #A089EB
Tints of Medium Purple #A089EB
RGB
CMYK
RGB Variations
Color information
#A089EB (or 0xA089EB) is known color: Medium Purple. HEX triplet: A0, 89 and EB. RGB value is (160,137,235). Sum of RGB (Red+Green+Blue) = 160+137+235=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #A089EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089EB is #5F7614. Grayscale: #9A9A9A. Windows color (decimal): -6256149 or 15436192. OLE color: 15436192.
HSL color Cylindrical-coordinate representation of color #A089EB: hue angle of 254.08º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A089EB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 137 | 235 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.08 |
| HSL | 254.08º | 0.71% | 0.73% | - |
| HSV(B) | 254.08º | 0.42% | 0.92% | - |
| XYZ | 38.44 | 31.36 | 82.63 | - |
| YUV | 155.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 235 | 0.32 | 0.42 | 0 | 0.08 | 254.08 | 0.71 | 0.73 |
| Hex | A0 | 89 | EB | 20 | 2A | 0 | 8 | FE | 47 | 49 |
| Octal | 240 | 211 | 353 | 40 | 52 | 0 | 10 | 376 | 107 | 111 |
| Binary | 10100000 | 10001001 | 11101011 | 100000 | 101010 | 0 | 1000 | 11111110 | 1000111 | 1001001 |
Color Harmonies of #A089EB
Complementary color
Monochromatic Colors of #A089EB
Black with #A089EB
Text Example
Text Example
White with #A089EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089EB; }
p { color: rgb(160,137,235); }
H1.HeaderClassName
{
color: #A089EB;
}
.AnyTagClassName
{
color: #A089EB;
}
</style>
background-color css
<style>
a { background-color: #A089EB; }
a { background-color: rgb(160,137,235); }
div.DivClassName
{
background-color: #A089EB;
}
.BgClassName
{
background-color: #A089EB;
}
</style>
border-color css
<style>
span { border-color: #A089EB; }
span { border-color: rgb(160,137,235); }
td.TdClassName
{
border-color: #A089EB;
}
.TagClassName
{
border-color: #A089EB;
}
</style>