Shades of Medium Purple #A189ED
Tints of Medium Purple #A189ED
RGB
CMYK
RGB Variations
Color information
#A189ED (or 0xA189ED) is known color: Medium Purple. HEX triplet: A1, 89 and ED. RGB value is (161,137,237). Sum of RGB (Red+Green+Blue) = 161+137+237=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A189ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189ED is #5E7612. Grayscale: #9B9B9B. Windows color (decimal): -6190611 or 15567265. OLE color: 15567265.
HSL color Cylindrical-coordinate representation of color #A189ED: hue angle of 254.4º 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 #A189ED is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 137 | 237 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.07 |
| HSL | 254.4º | 0.74% | 0.73% | - |
| HSV(B) | 254.4º | 0.42% | 0.93% | - |
| XYZ | 38.93 | 31.58 | 84.17 | - |
| YUV | 155.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 237 | 0.32 | 0.42 | 0 | 0.07 | 254.4 | 0.74 | 0.73 |
| Hex | A1 | 89 | ED | 20 | 2A | 0 | 7 | FE | 4A | 49 |
| Octal | 241 | 211 | 355 | 40 | 52 | 0 | 7 | 376 | 112 | 111 |
| Binary | 10100001 | 10001001 | 11101101 | 100000 | 101010 | 0 | 111 | 11111110 | 1001010 | 1001001 |
Color Harmonies of #A189ED
Complementary color
Monochromatic Colors of #A189ED
Black with #A189ED
Text Example
Text Example
White with #A189ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189ED; }
p { color: rgb(161,137,237); }
H1.HeaderClassName
{
color: #A189ED;
}
.AnyTagClassName
{
color: #A189ED;
}
</style>
background-color css
<style>
a { background-color: #A189ED; }
a { background-color: rgb(161,137,237); }
div.DivClassName
{
background-color: #A189ED;
}
.BgClassName
{
background-color: #A189ED;
}
</style>
border-color css
<style>
span { border-color: #A189ED; }
span { border-color: rgb(161,137,237); }
td.TdClassName
{
border-color: #A189ED;
}
.TagClassName
{
border-color: #A189ED;
}
</style>