Shades of Medium Purple #A087F3
Tints of Medium Purple #A087F3
RGB
CMYK
RGB Variations
Color information
#A087F3 (or 0xA087F3) is known color: Medium Purple. HEX triplet: A0, 87 and F3. RGB value is (160,135,243). Sum of RGB (Red+Green+Blue) = 160+135+243=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #A087F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087F3 is #5F780C. Grayscale: #9A9A9A. Windows color (decimal): -6256653 or 15959968. OLE color: 15959968.
HSL color Cylindrical-coordinate representation of color #A087F3: hue angle of 253.89º 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 #A087F3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 135 | 243 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.05 |
| HSL | 253.89º | 0.82% | 0.74% | - |
| HSV(B) | 253.89º | 0.44% | 0.95% | - |
| XYZ | 39.34 | 31.27 | 88.76 | - |
| YUV | 154.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 243 | 0.34 | 0.44 | 0 | 0.05 | 253.89 | 0.82 | 0.74 |
| Hex | A0 | 87 | F3 | 22 | 2C | 0 | 5 | FE | 52 | 4A |
| Octal | 240 | 207 | 363 | 42 | 54 | 0 | 5 | 376 | 122 | 112 |
| Binary | 10100000 | 10000111 | 11110011 | 100010 | 101100 | 0 | 101 | 11111110 | 1010010 | 1001010 |
Color Harmonies of #A087F3
Complementary color
Monochromatic Colors of #A087F3
Black with #A087F3
Text Example
Text Example
White with #A087F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087F3; }
p { color: rgb(160,135,243); }
H1.HeaderClassName
{
color: #A087F3;
}
.AnyTagClassName
{
color: #A087F3;
}
</style>
background-color css
<style>
a { background-color: #A087F3; }
a { background-color: rgb(160,135,243); }
div.DivClassName
{
background-color: #A087F3;
}
.BgClassName
{
background-color: #A087F3;
}
</style>
border-color css
<style>
span { border-color: #A087F3; }
span { border-color: rgb(160,135,243); }
td.TdClassName
{
border-color: #A087F3;
}
.TagClassName
{
border-color: #A087F3;
}
</style>