Shades of Medium Purple #A385EE
Tints of Medium Purple #A385EE
RGB
CMYK
RGB Variations
Color information
#A385EE (or 0xA385EE) is known color: Medium Purple. HEX triplet: A3, 85 and EE. RGB value is (163,133,238). Sum of RGB (Red+Green+Blue) = 163+133+238=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #A385EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385EE is #5C7A11. Grayscale: #999999. Windows color (decimal): -6060562 or 15631779. OLE color: 15631779.
HSL color Cylindrical-coordinate representation of color #A385EE: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A385EE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 133 | 238 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 257.14º | 0.76% | 0.73% | - |
| HSV(B) | 257.14º | 0.44% | 0.93% | - |
| XYZ | 38.92 | 30.73 | 84.77 | - |
| YUV | 153.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 238 | 0.32 | 0.44 | 0 | 0.07 | 257.14 | 0.76 | 0.73 |
| Hex | A3 | 85 | EE | 20 | 2C | 0 | 7 | 101 | 4C | 49 |
| Octal | 243 | 205 | 356 | 40 | 54 | 0 | 7 | 401 | 114 | 111 |
| Binary | 10100011 | 10000101 | 11101110 | 100000 | 101100 | 0 | 111 | 100000001 | 1001100 | 1001001 |
Color Harmonies of #A385EE
Complementary color
Monochromatic Colors of #A385EE
Black with #A385EE
Text Example
Text Example
White with #A385EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385EE; }
p { color: rgb(163,133,238); }
H1.HeaderClassName
{
color: #A385EE;
}
.AnyTagClassName
{
color: #A385EE;
}
</style>
background-color css
<style>
a { background-color: #A385EE; }
a { background-color: rgb(163,133,238); }
div.DivClassName
{
background-color: #A385EE;
}
.BgClassName
{
background-color: #A385EE;
}
</style>
border-color css
<style>
span { border-color: #A385EE; }
span { border-color: rgb(163,133,238); }
td.TdClassName
{
border-color: #A385EE;
}
.TagClassName
{
border-color: #A385EE;
}
</style>