Shades of Medium Purple #A86BFE
Tints of Medium Purple #A86BFE
RGB
CMYK
RGB Variations
Color information
#A86BFE (or 0xA86BFE) is known color: Medium Purple. HEX triplet: A8, 6B and FE. RGB value is (168,107,254). Sum of RGB (Red+Green+Blue) = 168+107+254=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BFE is #579401. Grayscale: #8D8D8D. Windows color (decimal): -5739522 or 16673704. OLE color: 16673704.
HSL color Cylindrical-coordinate representation of color #A86BFE: hue angle of 264.9º 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 #A86BFE is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 107 | 254 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.00 |
| HSL | 264.9º | 0.99% | 0.71% | - |
| HSV(B) | 264.9º | 0.58% | 1% | - |
| XYZ | 39.3 | 26 | 96.71 | - |
| YUV | 142 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 254 | 0.34 | 0.58 | 0 | 0.00 | 264.9 | 0.99 | 0.71 |
| Hex | A8 | 6B | FE | 22 | 3A | 0 | 0 | 109 | 63 | 47 |
| Octal | 250 | 153 | 376 | 42 | 72 | 0 | 0 | 411 | 143 | 107 |
| Binary | 10101000 | 1101011 | 11111110 | 100010 | 111010 | 0 | 0 | 100001001 | 1100011 | 1000111 |
Color Harmonies of #A86BFE
Complementary color
Monochromatic Colors of #A86BFE
Black with #A86BFE
Text Example
Text Example
White with #A86BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BFE; }
p { color: rgb(168,107,254); }
H1.HeaderClassName
{
color: #A86BFE;
}
.AnyTagClassName
{
color: #A86BFE;
}
</style>
background-color css
<style>
a { background-color: #A86BFE; }
a { background-color: rgb(168,107,254); }
div.DivClassName
{
background-color: #A86BFE;
}
.BgClassName
{
background-color: #A86BFE;
}
</style>
border-color css
<style>
span { border-color: #A86BFE; }
span { border-color: rgb(168,107,254); }
td.TdClassName
{
border-color: #A86BFE;
}
.TagClassName
{
border-color: #A86BFE;
}
</style>