Shades of Medium Purple #A089ED
Tints of Medium Purple #A089ED
RGB
CMYK
RGB Variations
Color information
#A089ED (or 0xA089ED) is known color: Medium Purple. HEX triplet: A0, 89 and ED. RGB value is (160,137,237). Sum of RGB (Red+Green+Blue) = 160+137+237=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A089ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089ED is #5F7612. Grayscale: #9A9A9A. Windows color (decimal): -6256147 or 15567264. OLE color: 15567264.
HSL color Cylindrical-coordinate representation of color #A089ED: hue angle of 253.8º degrees, saturation: 0.74, 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 #A089ED is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 137 | 237 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.07 |
| HSL | 253.8º | 0.74% | 0.73% | - |
| HSV(B) | 253.8º | 0.42% | 0.93% | - |
| XYZ | 38.73 | 31.48 | 84.16 | - |
| YUV | 155.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 237 | 0.32 | 0.42 | 0 | 0.07 | 253.8 | 0.74 | 0.73 |
| Hex | A0 | 89 | ED | 20 | 2A | 0 | 7 | FE | 4A | 49 |
| Octal | 240 | 211 | 355 | 40 | 52 | 0 | 7 | 376 | 112 | 111 |
| Binary | 10100000 | 10001001 | 11101101 | 100000 | 101010 | 0 | 111 | 11111110 | 1001010 | 1001001 |
Color Harmonies of #A089ED
Complementary color
Monochromatic Colors of #A089ED
Black with #A089ED
Text Example
Text Example
White with #A089ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089ED; }
p { color: rgb(160,137,237); }
H1.HeaderClassName
{
color: #A089ED;
}
.AnyTagClassName
{
color: #A089ED;
}
</style>
background-color css
<style>
a { background-color: #A089ED; }
a { background-color: rgb(160,137,237); }
div.DivClassName
{
background-color: #A089ED;
}
.BgClassName
{
background-color: #A089ED;
}
</style>
border-color css
<style>
span { border-color: #A089ED; }
span { border-color: rgb(160,137,237); }
td.TdClassName
{
border-color: #A089ED;
}
.TagClassName
{
border-color: #A089ED;
}
</style>