Shades of Medium Purple #A387EE
Tints of Medium Purple #A387EE
RGB
CMYK
RGB Variations
Color information
#A387EE (or 0xA387EE) is known color: Medium Purple. HEX triplet: A3, 87 and EE. RGB value is (163,135,238). Sum of RGB (Red+Green+Blue) = 163+135+238=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 135 (53.12% from 255 or 25.19% 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 #A387EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387EE is #5C7811. Grayscale: #9A9A9A. Windows color (decimal): -6060050 or 15632291. OLE color: 15632291.
HSL color Cylindrical-coordinate representation of color #A387EE: hue angle of 256.31º degrees, saturation: 0.75, 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 #A387EE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 135 | 238 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 256.31º | 0.75% | 0.73% | - |
| HSV(B) | 256.31º | 0.43% | 0.93% | - |
| XYZ | 39.2 | 31.29 | 84.86 | - |
| YUV | 155.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 238 | 0.32 | 0.43 | 0 | 0.07 | 256.31 | 0.75 | 0.73 |
| Hex | A3 | 87 | EE | 20 | 2B | 0 | 7 | 100 | 4B | 49 |
| Octal | 243 | 207 | 356 | 40 | 53 | 0 | 7 | 400 | 113 | 111 |
| Binary | 10100011 | 10000111 | 11101110 | 100000 | 101011 | 0 | 111 | 100000000 | 1001011 | 1001001 |
Color Harmonies of #A387EE
Complementary color
Monochromatic Colors of #A387EE
Black with #A387EE
Text Example
Text Example
White with #A387EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387EE; }
p { color: rgb(163,135,238); }
H1.HeaderClassName
{
color: #A387EE;
}
.AnyTagClassName
{
color: #A387EE;
}
</style>
background-color css
<style>
a { background-color: #A387EE; }
a { background-color: rgb(163,135,238); }
div.DivClassName
{
background-color: #A387EE;
}
.BgClassName
{
background-color: #A387EE;
}
</style>
border-color css
<style>
span { border-color: #A387EE; }
span { border-color: rgb(163,135,238); }
td.TdClassName
{
border-color: #A387EE;
}
.TagClassName
{
border-color: #A387EE;
}
</style>