Shades of Medium Purple #A388EF
Tints of Medium Purple #A388EF
RGB
CMYK
RGB Variations
Color information
#A388EF (or 0xA388EF) is known color: Medium Purple. HEX triplet: A3, 88 and EF. RGB value is (163,136,239). Sum of RGB (Red+Green+Blue) = 163+136+239=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #A388EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388EF is #5C7710. Grayscale: #9B9B9B. Windows color (decimal): -6059793 or 15698083. OLE color: 15698083.
HSL color Cylindrical-coordinate representation of color #A388EF: hue angle of 255.73º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A388EF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 136 | 239 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.06 |
| HSL | 255.73º | 0.76% | 0.74% | - |
| HSV(B) | 255.73º | 0.43% | 0.94% | - |
| XYZ | 39.49 | 31.63 | 85.68 | - |
| YUV | 155.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 239 | 0.32 | 0.43 | 0 | 0.06 | 255.73 | 0.76 | 0.74 |
| Hex | A3 | 88 | EF | 20 | 2B | 0 | 6 | 100 | 4C | 4A |
| Octal | 243 | 210 | 357 | 40 | 53 | 0 | 6 | 400 | 114 | 112 |
| Binary | 10100011 | 10001000 | 11101111 | 100000 | 101011 | 0 | 110 | 100000000 | 1001100 | 1001010 |
Color Harmonies of #A388EF
Complementary color
Monochromatic Colors of #A388EF
Black with #A388EF
Text Example
Text Example
White with #A388EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388EF; }
p { color: rgb(163,136,239); }
H1.HeaderClassName
{
color: #A388EF;
}
.AnyTagClassName
{
color: #A388EF;
}
</style>
background-color css
<style>
a { background-color: #A388EF; }
a { background-color: rgb(163,136,239); }
div.DivClassName
{
background-color: #A388EF;
}
.BgClassName
{
background-color: #A388EF;
}
</style>
border-color css
<style>
span { border-color: #A388EF; }
span { border-color: rgb(163,136,239); }
td.TdClassName
{
border-color: #A388EF;
}
.TagClassName
{
border-color: #A388EF;
}
</style>