Shades of Medium Purple #A188ED
Tints of Medium Purple #A188ED
RGB
CMYK
RGB Variations
Color information
#A188ED (or 0xA188ED) is known color: Medium Purple. HEX triplet: A1, 88 and ED. RGB value is (161,136,237). Sum of RGB (Red+Green+Blue) = 161+136+237=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 136 (53.52% from 255 or 25.47% 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 #A188ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188ED is #5E7712. Grayscale: #9A9A9A. Windows color (decimal): -6190867 or 15567009. OLE color: 15567009.
HSL color Cylindrical-coordinate representation of color #A188ED: hue angle of 254.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A188ED is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 136 | 237 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 254.85º | 0.74% | 0.73% | - |
| HSV(B) | 254.85º | 0.43% | 0.93% | - |
| XYZ | 38.79 | 31.3 | 84.12 | - |
| YUV | 154.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 237 | 0.32 | 0.43 | 0 | 0.07 | 254.85 | 0.74 | 0.73 |
| Hex | A1 | 88 | ED | 20 | 2B | 0 | 7 | FF | 4A | 49 |
| Octal | 241 | 210 | 355 | 40 | 53 | 0 | 7 | 377 | 112 | 111 |
| Binary | 10100001 | 10001000 | 11101101 | 100000 | 101011 | 0 | 111 | 11111111 | 1001010 | 1001001 |
Color Harmonies of #A188ED
Complementary color
Monochromatic Colors of #A188ED
Black with #A188ED
Text Example
Text Example
White with #A188ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188ED; }
p { color: rgb(161,136,237); }
H1.HeaderClassName
{
color: #A188ED;
}
.AnyTagClassName
{
color: #A188ED;
}
</style>
background-color css
<style>
a { background-color: #A188ED; }
a { background-color: rgb(161,136,237); }
div.DivClassName
{
background-color: #A188ED;
}
.BgClassName
{
background-color: #A188ED;
}
</style>
border-color css
<style>
span { border-color: #A188ED; }
span { border-color: rgb(161,136,237); }
td.TdClassName
{
border-color: #A188ED;
}
.TagClassName
{
border-color: #A188ED;
}
</style>