Shades of Medium Purple #A87AF6
Tints of Medium Purple #A87AF6
RGB
CMYK
RGB Variations
Color information
#A87AF6 (or 0xA87AF6) is known color: Medium Purple. HEX triplet: A8, 7A and F6. RGB value is (168,122,246). Sum of RGB (Red+Green+Blue) = 168+122+246=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #A87AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AF6 is #578509. Grayscale: #959595. Windows color (decimal): -5735690 or 16153256. OLE color: 16153256.
HSL color Cylindrical-coordinate representation of color #A87AF6: hue angle of 262.26º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87AF6 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 122 | 246 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.04 |
| HSL | 262.26º | 0.87% | 0.72% | - |
| HSV(B) | 262.26º | 0.5% | 0.96% | - |
| XYZ | 39.74 | 28.9 | 90.67 | - |
| YUV | 149.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 246 | 0.32 | 0.50 | 0 | 0.04 | 262.26 | 0.87 | 0.72 |
| Hex | A8 | 7A | F6 | 20 | 32 | 0 | 4 | 106 | 57 | 48 |
| Octal | 250 | 172 | 366 | 40 | 62 | 0 | 4 | 406 | 127 | 110 |
| Binary | 10101000 | 1111010 | 11110110 | 100000 | 110010 | 0 | 100 | 100000110 | 1010111 | 1001000 |
Color Harmonies of #A87AF6
Complementary color
Monochromatic Colors of #A87AF6
Black with #A87AF6
Text Example
Text Example
White with #A87AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AF6; }
p { color: rgb(168,122,246); }
H1.HeaderClassName
{
color: #A87AF6;
}
.AnyTagClassName
{
color: #A87AF6;
}
</style>
background-color css
<style>
a { background-color: #A87AF6; }
a { background-color: rgb(168,122,246); }
div.DivClassName
{
background-color: #A87AF6;
}
.BgClassName
{
background-color: #A87AF6;
}
</style>
border-color css
<style>
span { border-color: #A87AF6; }
span { border-color: rgb(168,122,246); }
td.TdClassName
{
border-color: #A87AF6;
}
.TagClassName
{
border-color: #A87AF6;
}
</style>