Shades of Medium Purple #A387F3
Tints of Medium Purple #A387F3
RGB
CMYK
RGB Variations
Color information
#A387F3 (or 0xA387F3) is known color: Medium Purple. HEX triplet: A3, 87 and F3. RGB value is (163,135,243). Sum of RGB (Red+Green+Blue) = 163+135+243=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #A387F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387F3 is #5C780C. Grayscale: #9B9B9B. Windows color (decimal): -6060045 or 15959971. OLE color: 15959971.
HSL color Cylindrical-coordinate representation of color #A387F3: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A387F3 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 135 | 243 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.05 |
| HSL | 255.56º | 0.82% | 0.74% | - |
| HSV(B) | 255.56º | 0.44% | 0.95% | - |
| XYZ | 39.95 | 31.59 | 88.79 | - |
| YUV | 155.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 243 | 0.33 | 0.44 | 0 | 0.05 | 255.56 | 0.82 | 0.74 |
| Hex | A3 | 87 | F3 | 21 | 2C | 0 | 5 | 100 | 52 | 4A |
| Octal | 243 | 207 | 363 | 41 | 54 | 0 | 5 | 400 | 122 | 112 |
| Binary | 10100011 | 10000111 | 11110011 | 100001 | 101100 | 0 | 101 | 100000000 | 1010010 | 1001010 |
Color Harmonies of #A387F3
Complementary color
Monochromatic Colors of #A387F3
Black with #A387F3
Text Example
Text Example
White with #A387F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387F3; }
p { color: rgb(163,135,243); }
H1.HeaderClassName
{
color: #A387F3;
}
.AnyTagClassName
{
color: #A387F3;
}
</style>
background-color css
<style>
a { background-color: #A387F3; }
a { background-color: rgb(163,135,243); }
div.DivClassName
{
background-color: #A387F3;
}
.BgClassName
{
background-color: #A387F3;
}
</style>
border-color css
<style>
span { border-color: #A387F3; }
span { border-color: rgb(163,135,243); }
td.TdClassName
{
border-color: #A387F3;
}
.TagClassName
{
border-color: #A387F3;
}
</style>