Shades of Medium Purple #A388F0
Tints of Medium Purple #A388F0
RGB
CMYK
RGB Variations
Color information
#A388F0 (or 0xA388F0) is known color: Medium Purple. HEX triplet: A3, 88 and F0. RGB value is (163,136,240). Sum of RGB (Red+Green+Blue) = 163+136+240=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #A388F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388F0 is #5C770F. Grayscale: #9B9B9B. Windows color (decimal): -6059792 or 15763619. OLE color: 15763619.
HSL color Cylindrical-coordinate representation of color #A388F0: hue angle of 255.58º degrees, saturation: 0.78, 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 #A388F0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 136 | 240 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.06 |
| HSL | 255.58º | 0.78% | 0.74% | - |
| HSV(B) | 255.58º | 0.43% | 0.94% | - |
| XYZ | 39.64 | 31.69 | 86.47 | - |
| YUV | 155.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 240 | 0.32 | 0.43 | 0 | 0.06 | 255.58 | 0.78 | 0.74 |
| Hex | A3 | 88 | F0 | 20 | 2B | 0 | 6 | 100 | 4E | 4A |
| Octal | 243 | 210 | 360 | 40 | 53 | 0 | 6 | 400 | 116 | 112 |
| Binary | 10100011 | 10001000 | 11110000 | 100000 | 101011 | 0 | 110 | 100000000 | 1001110 | 1001010 |
Color Harmonies of #A388F0
Complementary color
Monochromatic Colors of #A388F0
Black with #A388F0
Text Example
Text Example
White with #A388F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388F0; }
p { color: rgb(163,136,240); }
H1.HeaderClassName
{
color: #A388F0;
}
.AnyTagClassName
{
color: #A388F0;
}
</style>
background-color css
<style>
a { background-color: #A388F0; }
a { background-color: rgb(163,136,240); }
div.DivClassName
{
background-color: #A388F0;
}
.BgClassName
{
background-color: #A388F0;
}
</style>
border-color css
<style>
span { border-color: #A388F0; }
span { border-color: rgb(163,136,240); }
td.TdClassName
{
border-color: #A388F0;
}
.TagClassName
{
border-color: #A388F0;
}
</style>