Shades of Medium Purple #A388ED
Tints of Medium Purple #A388ED
RGB
CMYK
RGB Variations
Color information
#A388ED (or 0xA388ED) is known color: Medium Purple. HEX triplet: A3, 88 and ED. RGB value is (163,136,237). Sum of RGB (Red+Green+Blue) = 163+136+237=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A388ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388ED is #5C7712. Grayscale: #9B9B9B. Windows color (decimal): -6059795 or 15567011. OLE color: 15567011.
HSL color Cylindrical-coordinate representation of color #A388ED: hue angle of 256.04º 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 #A388ED is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 136 | 237 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.07 |
| HSL | 256.04º | 0.74% | 0.73% | - |
| HSV(B) | 256.04º | 0.43% | 0.93% | - |
| XYZ | 39.19 | 31.51 | 84.14 | - |
| YUV | 155.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 237 | 0.31 | 0.43 | 0 | 0.07 | 256.04 | 0.74 | 0.73 |
| Hex | A3 | 88 | ED | 1F | 2B | 0 | 7 | 100 | 4A | 49 |
| Octal | 243 | 210 | 355 | 37 | 53 | 0 | 7 | 400 | 112 | 111 |
| Binary | 10100011 | 10001000 | 11101101 | 11111 | 101011 | 0 | 111 | 100000000 | 1001010 | 1001001 |
Color Harmonies of #A388ED
Complementary color
Monochromatic Colors of #A388ED
Black with #A388ED
Text Example
Text Example
White with #A388ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388ED; }
p { color: rgb(163,136,237); }
H1.HeaderClassName
{
color: #A388ED;
}
.AnyTagClassName
{
color: #A388ED;
}
</style>
background-color css
<style>
a { background-color: #A388ED; }
a { background-color: rgb(163,136,237); }
div.DivClassName
{
background-color: #A388ED;
}
.BgClassName
{
background-color: #A388ED;
}
</style>
border-color css
<style>
span { border-color: #A388ED; }
span { border-color: rgb(163,136,237); }
td.TdClassName
{
border-color: #A388ED;
}
.TagClassName
{
border-color: #A388ED;
}
</style>