Shades of Medium Purple #A86AF1
Tints of Medium Purple #A86AF1
RGB
CMYK
RGB Variations
Color information
#A86AF1 (or 0xA86AF1) is known color: Medium Purple. HEX triplet: A8, 6A and F1. RGB value is (168,106,241). Sum of RGB (Red+Green+Blue) = 168+106+241=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #A86AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AF1 is #57950E. Grayscale: #8B8B8B. Windows color (decimal): -5739791 or 15821480. OLE color: 15821480.
HSL color Cylindrical-coordinate representation of color #A86AF1: hue angle of 267.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86AF1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 106 | 241 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.05 |
| HSL | 267.56º | 0.83% | 0.68% | - |
| HSV(B) | 267.56º | 0.56% | 0.95% | - |
| XYZ | 37.18 | 24.98 | 86.08 | - |
| YUV | 139.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 241 | 0.30 | 0.56 | 0 | 0.05 | 267.56 | 0.83 | 0.68 |
| Hex | A8 | 6A | F1 | 1E | 38 | 0 | 5 | 10C | 53 | 44 |
| Octal | 250 | 152 | 361 | 36 | 70 | 0 | 5 | 414 | 123 | 104 |
| Binary | 10101000 | 1101010 | 11110001 | 11110 | 111000 | 0 | 101 | 100001100 | 1010011 | 1000100 |
Color Harmonies of #A86AF1
Complementary color
Monochromatic Colors of #A86AF1
Black with #A86AF1
Text Example
Text Example
White with #A86AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AF1; }
p { color: rgb(168,106,241); }
H1.HeaderClassName
{
color: #A86AF1;
}
.AnyTagClassName
{
color: #A86AF1;
}
</style>
background-color css
<style>
a { background-color: #A86AF1; }
a { background-color: rgb(168,106,241); }
div.DivClassName
{
background-color: #A86AF1;
}
.BgClassName
{
background-color: #A86AF1;
}
</style>
border-color css
<style>
span { border-color: #A86AF1; }
span { border-color: rgb(168,106,241); }
td.TdClassName
{
border-color: #A86AF1;
}
.TagClassName
{
border-color: #A86AF1;
}
</style>