Shades of Medium Purple #A86AFE
Tints of Medium Purple #A86AFE
RGB
CMYK
RGB Variations
Color information
#A86AFE (or 0xA86AFE) is known color: Medium Purple. HEX triplet: A8, 6A and FE. RGB value is (168,106,254). Sum of RGB (Red+Green+Blue) = 168+106+254=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AFE is #579501. Grayscale: #8C8C8C. Windows color (decimal): -5739778 or 16673448. OLE color: 16673448.
HSL color Cylindrical-coordinate representation of color #A86AFE: hue angle of 265.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86AFE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 106 | 254 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.00 |
| HSL | 265.14º | 0.99% | 0.71% | - |
| HSV(B) | 265.14º | 0.58% | 1% | - |
| XYZ | 39.19 | 25.79 | 96.68 | - |
| YUV | 141.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 254 | 0.34 | 0.58 | 0 | 0.00 | 265.14 | 0.99 | 0.71 |
| Hex | A8 | 6A | FE | 22 | 3A | 0 | 0 | 109 | 63 | 47 |
| Octal | 250 | 152 | 376 | 42 | 72 | 0 | 0 | 411 | 143 | 107 |
| Binary | 10101000 | 1101010 | 11111110 | 100010 | 111010 | 0 | 0 | 100001001 | 1100011 | 1000111 |
Color Harmonies of #A86AFE
Complementary color
Monochromatic Colors of #A86AFE
Black with #A86AFE
Text Example
Text Example
White with #A86AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AFE; }
p { color: rgb(168,106,254); }
H1.HeaderClassName
{
color: #A86AFE;
}
.AnyTagClassName
{
color: #A86AFE;
}
</style>
background-color css
<style>
a { background-color: #A86AFE; }
a { background-color: rgb(168,106,254); }
div.DivClassName
{
background-color: #A86AFE;
}
.BgClassName
{
background-color: #A86AFE;
}
</style>
border-color css
<style>
span { border-color: #A86AFE; }
span { border-color: rgb(168,106,254); }
td.TdClassName
{
border-color: #A86AFE;
}
.TagClassName
{
border-color: #A86AFE;
}
</style>