Shades of Medium Purple #A87DF4
Tints of Medium Purple #A87DF4
RGB
CMYK
RGB Variations
Color information
#A87DF4 (or 0xA87DF4) is known color: Medium Purple. HEX triplet: A8, 7D and F4. RGB value is (168,125,244). Sum of RGB (Red+Green+Blue) = 168+125+244=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #A87DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DF4 is #57820B. Grayscale: #969696. Windows color (decimal): -5734924 or 16022952. OLE color: 16022952.
HSL color Cylindrical-coordinate representation of color #A87DF4: hue angle of 261.68º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87DF4 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 125 | 244 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.04 |
| HSL | 261.68º | 0.84% | 0.72% | - |
| HSV(B) | 261.68º | 0.49% | 0.96% | - |
| XYZ | 39.81 | 29.52 | 89.19 | - |
| YUV | 151.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 244 | 0.31 | 0.49 | 0 | 0.04 | 261.68 | 0.84 | 0.72 |
| Hex | A8 | 7D | F4 | 1F | 31 | 0 | 4 | 106 | 54 | 48 |
| Octal | 250 | 175 | 364 | 37 | 61 | 0 | 4 | 406 | 124 | 110 |
| Binary | 10101000 | 1111101 | 11110100 | 11111 | 110001 | 0 | 100 | 100000110 | 1010100 | 1001000 |
Color Harmonies of #A87DF4
Complementary color
Monochromatic Colors of #A87DF4
Black with #A87DF4
Text Example
Text Example
White with #A87DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DF4; }
p { color: rgb(168,125,244); }
H1.HeaderClassName
{
color: #A87DF4;
}
.AnyTagClassName
{
color: #A87DF4;
}
</style>
background-color css
<style>
a { background-color: #A87DF4; }
a { background-color: rgb(168,125,244); }
div.DivClassName
{
background-color: #A87DF4;
}
.BgClassName
{
background-color: #A87DF4;
}
</style>
border-color css
<style>
span { border-color: #A87DF4; }
span { border-color: rgb(168,125,244); }
td.TdClassName
{
border-color: #A87DF4;
}
.TagClassName
{
border-color: #A87DF4;
}
</style>