Shades of Medium Purple #A87FDF
Tints of Medium Purple #A87FDF
RGB
CMYK
RGB Variations
Color information
#A87FDF (or 0xA87FDF) is known color: Medium Purple. HEX triplet: A8, 7F and DF. RGB value is (168,127,223). Sum of RGB (Red+Green+Blue) = 168+127+223=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A87FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FDF is #578020. Grayscale: #959595. Windows color (decimal): -5734433 or 14647208. OLE color: 14647208.
HSL color Cylindrical-coordinate representation of color #A87FDF: hue angle of 265.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87FDF is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 127 | 223 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.13 |
| HSL | 265.63º | 0.6% | 0.69% | - |
| HSV(B) | 265.63º | 0.43% | 0.87% | - |
| XYZ | 37.06 | 28.83 | 73.42 | - |
| YUV | 150.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 223 | 0.25 | 0.43 | 0 | 0.13 | 265.63 | 0.6 | 0.69 |
| Hex | A8 | 7F | DF | 19 | 2B | 0 | D | 10A | 3C | 45 |
| Octal | 250 | 177 | 337 | 31 | 53 | 0 | 15 | 412 | 74 | 105 |
| Binary | 10101000 | 1111111 | 11011111 | 11001 | 101011 | 0 | 1101 | 100001010 | 111100 | 1000101 |
Color Harmonies of #A87FDF
Complementary color
Monochromatic Colors of #A87FDF
Black with #A87FDF
Text Example
Text Example
White with #A87FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FDF; }
p { color: rgb(168,127,223); }
H1.HeaderClassName
{
color: #A87FDF;
}
.AnyTagClassName
{
color: #A87FDF;
}
</style>
background-color css
<style>
a { background-color: #A87FDF; }
a { background-color: rgb(168,127,223); }
div.DivClassName
{
background-color: #A87FDF;
}
.BgClassName
{
background-color: #A87FDF;
}
</style>
border-color css
<style>
span { border-color: #A87FDF; }
span { border-color: rgb(168,127,223); }
td.TdClassName
{
border-color: #A87FDF;
}
.TagClassName
{
border-color: #A87FDF;
}
</style>