Shades of Medium Purple #A86EF3
Tints of Medium Purple #A86EF3
RGB
CMYK
RGB Variations
Color information
#A86EF3 (or 0xA86EF3) is known color: Medium Purple. HEX triplet: A8, 6E and F3. RGB value is (168,110,243). Sum of RGB (Red+Green+Blue) = 168+110+243=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #A86EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EF3 is #57910C. Grayscale: #8E8E8E. Windows color (decimal): -5738765 or 15953576. OLE color: 15953576.
HSL color Cylindrical-coordinate representation of color #A86EF3: hue angle of 266.17º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86EF3 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 110 | 243 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.05 |
| HSL | 266.17º | 0.85% | 0.69% | - |
| HSV(B) | 266.17º | 0.55% | 0.95% | - |
| XYZ | 37.9 | 25.95 | 87.8 | - |
| YUV | 142.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 243 | 0.31 | 0.55 | 0 | 0.05 | 266.17 | 0.85 | 0.69 |
| Hex | A8 | 6E | F3 | 1F | 37 | 0 | 5 | 10A | 55 | 45 |
| Octal | 250 | 156 | 363 | 37 | 67 | 0 | 5 | 412 | 125 | 105 |
| Binary | 10101000 | 1101110 | 11110011 | 11111 | 110111 | 0 | 101 | 100001010 | 1010101 | 1000101 |
Color Harmonies of #A86EF3
Complementary color
Monochromatic Colors of #A86EF3
Black with #A86EF3
Text Example
Text Example
White with #A86EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EF3; }
p { color: rgb(168,110,243); }
H1.HeaderClassName
{
color: #A86EF3;
}
.AnyTagClassName
{
color: #A86EF3;
}
</style>
background-color css
<style>
a { background-color: #A86EF3; }
a { background-color: rgb(168,110,243); }
div.DivClassName
{
background-color: #A86EF3;
}
.BgClassName
{
background-color: #A86EF3;
}
</style>
border-color css
<style>
span { border-color: #A86EF3; }
span { border-color: rgb(168,110,243); }
td.TdClassName
{
border-color: #A86EF3;
}
.TagClassName
{
border-color: #A86EF3;
}
</style>