Shades of Medium Purple #A87FF2
Tints of Medium Purple #A87FF2
RGB
CMYK
RGB Variations
Color information
#A87FF2 (or 0xA87FF2) is known color: Medium Purple. HEX triplet: A8, 7F and F2. RGB value is (168,127,242). Sum of RGB (Red+Green+Blue) = 168+127+242=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #A87FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FF2 is #57800D. Grayscale: #979797. Windows color (decimal): -5734414 or 15892392. OLE color: 15892392.
HSL color Cylindrical-coordinate representation of color #A87FF2: hue angle of 261.39º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87FF2 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 127 | 242 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.05 |
| HSL | 261.39º | 0.82% | 0.72% | - |
| HSV(B) | 261.39º | 0.48% | 0.95% | - |
| XYZ | 39.76 | 29.91 | 87.68 | - |
| YUV | 152.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 242 | 0.31 | 0.48 | 0 | 0.05 | 261.39 | 0.82 | 0.72 |
| Hex | A8 | 7F | F2 | 1F | 30 | 0 | 5 | 105 | 52 | 48 |
| Octal | 250 | 177 | 362 | 37 | 60 | 0 | 5 | 405 | 122 | 110 |
| Binary | 10101000 | 1111111 | 11110010 | 11111 | 110000 | 0 | 101 | 100000101 | 1010010 | 1001000 |
Color Harmonies of #A87FF2
Complementary color
Monochromatic Colors of #A87FF2
Black with #A87FF2
Text Example
Text Example
White with #A87FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FF2; }
p { color: rgb(168,127,242); }
H1.HeaderClassName
{
color: #A87FF2;
}
.AnyTagClassName
{
color: #A87FF2;
}
</style>
background-color css
<style>
a { background-color: #A87FF2; }
a { background-color: rgb(168,127,242); }
div.DivClassName
{
background-color: #A87FF2;
}
.BgClassName
{
background-color: #A87FF2;
}
</style>
border-color css
<style>
span { border-color: #A87FF2; }
span { border-color: rgb(168,127,242); }
td.TdClassName
{
border-color: #A87FF2;
}
.TagClassName
{
border-color: #A87FF2;
}
</style>