Shades of Medium Purple #A87FDA
Tints of Medium Purple #A87FDA
RGB
CMYK
RGB Variations
Color information
#A87FDA (or 0xA87FDA) is known color: Medium Purple. HEX triplet: A8, 7F and DA. RGB value is (168,127,218). Sum of RGB (Red+Green+Blue) = 168+127+218=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A87FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FDA is #578025. Grayscale: #959595. Windows color (decimal): -5734438 or 14319528. OLE color: 14319528.
HSL color Cylindrical-coordinate representation of color #A87FDA: hue angle of 267.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87FDA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 127 | 218 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.15 |
| HSL | 267.03º | 0.55% | 0.68% | - |
| HSV(B) | 267.03º | 0.42% | 0.85% | - |
| XYZ | 36.39 | 28.57 | 69.93 | - |
| YUV | 149.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 218 | 0.23 | 0.42 | 0 | 0.15 | 267.03 | 0.55 | 0.68 |
| Hex | A8 | 7F | DA | 17 | 2A | 0 | F | 10B | 37 | 44 |
| Octal | 250 | 177 | 332 | 27 | 52 | 0 | 17 | 413 | 67 | 104 |
| Binary | 10101000 | 1111111 | 11011010 | 10111 | 101010 | 0 | 1111 | 100001011 | 110111 | 1000100 |
Color Harmonies of #A87FDA
Complementary color
Monochromatic Colors of #A87FDA
Black with #A87FDA
Text Example
Text Example
White with #A87FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FDA; }
p { color: rgb(168,127,218); }
H1.HeaderClassName
{
color: #A87FDA;
}
.AnyTagClassName
{
color: #A87FDA;
}
</style>
background-color css
<style>
a { background-color: #A87FDA; }
a { background-color: rgb(168,127,218); }
div.DivClassName
{
background-color: #A87FDA;
}
.BgClassName
{
background-color: #A87FDA;
}
</style>
border-color css
<style>
span { border-color: #A87FDA; }
span { border-color: rgb(168,127,218); }
td.TdClassName
{
border-color: #A87FDA;
}
.TagClassName
{
border-color: #A87FDA;
}
</style>