Shades of Medium Purple #A189EE
Tints of Medium Purple #A189EE
RGB
CMYK
RGB Variations
Color information
#A189EE (or 0xA189EE) is known color: Medium Purple. HEX triplet: A1, 89 and EE. RGB value is (161,137,238). Sum of RGB (Red+Green+Blue) = 161+137+238=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A189EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189EE is #5E7611. Grayscale: #9B9B9B. Windows color (decimal): -6190610 or 15632801. OLE color: 15632801.
HSL color Cylindrical-coordinate representation of color #A189EE: hue angle of 254.26º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A189EE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 137 | 238 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.07 |
| HSL | 254.26º | 0.75% | 0.74% | - |
| HSV(B) | 254.26º | 0.42% | 0.93% | - |
| XYZ | 39.08 | 31.64 | 84.94 | - |
| YUV | 155.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 238 | 0.32 | 0.42 | 0 | 0.07 | 254.26 | 0.75 | 0.74 |
| Hex | A1 | 89 | EE | 20 | 2A | 0 | 7 | FE | 4B | 4A |
| Octal | 241 | 211 | 356 | 40 | 52 | 0 | 7 | 376 | 113 | 112 |
| Binary | 10100001 | 10001001 | 11101110 | 100000 | 101010 | 0 | 111 | 11111110 | 1001011 | 1001010 |
Color Harmonies of #A189EE
Complementary color
Monochromatic Colors of #A189EE
Black with #A189EE
Text Example
Text Example
White with #A189EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189EE; }
p { color: rgb(161,137,238); }
H1.HeaderClassName
{
color: #A189EE;
}
.AnyTagClassName
{
color: #A189EE;
}
</style>
background-color css
<style>
a { background-color: #A189EE; }
a { background-color: rgb(161,137,238); }
div.DivClassName
{
background-color: #A189EE;
}
.BgClassName
{
background-color: #A189EE;
}
</style>
border-color css
<style>
span { border-color: #A189EE; }
span { border-color: rgb(161,137,238); }
td.TdClassName
{
border-color: #A189EE;
}
.TagClassName
{
border-color: #A189EE;
}
</style>