Shades of Medium Purple #A87DFC
Tints of Medium Purple #A87DFC
RGB
CMYK
RGB Variations
Color information
#A87DFC (or 0xA87DFC) is known color: Medium Purple. HEX triplet: A8, 7D and FC. RGB value is (168,125,252). Sum of RGB (Red+Green+Blue) = 168+125+252=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A87DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DFC is #578203. Grayscale: #979797. Windows color (decimal): -5734916 or 16547240. OLE color: 16547240.
HSL color Cylindrical-coordinate representation of color #A87DFC: hue angle of 260.31º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87DFC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 125 | 252 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.01 |
| HSL | 260.31º | 0.95% | 0.74% | - |
| HSV(B) | 260.31º | 0.5% | 0.99% | - |
| XYZ | 41.05 | 30.02 | 95.73 | - |
| YUV | 152.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 252 | 0.33 | 0.50 | 0 | 0.01 | 260.31 | 0.95 | 0.74 |
| Hex | A8 | 7D | FC | 21 | 32 | 0 | 1 | 104 | 5F | 4A |
| Octal | 250 | 175 | 374 | 41 | 62 | 0 | 1 | 404 | 137 | 112 |
| Binary | 10101000 | 1111101 | 11111100 | 100001 | 110010 | 0 | 1 | 100000100 | 1011111 | 1001010 |
Color Harmonies of #A87DFC
Complementary color
Monochromatic Colors of #A87DFC
Black with #A87DFC
Text Example
Text Example
White with #A87DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DFC; }
p { color: rgb(168,125,252); }
H1.HeaderClassName
{
color: #A87DFC;
}
.AnyTagClassName
{
color: #A87DFC;
}
</style>
background-color css
<style>
a { background-color: #A87DFC; }
a { background-color: rgb(168,125,252); }
div.DivClassName
{
background-color: #A87DFC;
}
.BgClassName
{
background-color: #A87DFC;
}
</style>
border-color css
<style>
span { border-color: #A87DFC; }
span { border-color: rgb(168,125,252); }
td.TdClassName
{
border-color: #A87DFC;
}
.TagClassName
{
border-color: #A87DFC;
}
</style>