Shades of Medium Purple #A86DF5
Tints of Medium Purple #A86DF5
RGB
CMYK
RGB Variations
Color information
#A86DF5 (or 0xA86DF5) is known color: Medium Purple. HEX triplet: A8, 6D and F5. RGB value is (168,109,245). Sum of RGB (Red+Green+Blue) = 168+109+245=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #A86DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF5 is #57920A. Grayscale: #8D8D8D. Windows color (decimal): -5739019 or 16084392. OLE color: 16084392.
HSL color Cylindrical-coordinate representation of color #A86DF5: hue angle of 266.03º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86DF5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 109 | 245 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.04 |
| HSL | 266.03º | 0.87% | 0.69% | - |
| HSV(B) | 266.03º | 0.56% | 0.96% | - |
| XYZ | 38.1 | 25.85 | 89.37 | - |
| YUV | 142.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 245 | 0.31 | 0.56 | 0 | 0.04 | 266.03 | 0.87 | 0.69 |
| Hex | A8 | 6D | F5 | 1F | 38 | 0 | 4 | 10A | 57 | 45 |
| Octal | 250 | 155 | 365 | 37 | 70 | 0 | 4 | 412 | 127 | 105 |
| Binary | 10101000 | 1101101 | 11110101 | 11111 | 111000 | 0 | 100 | 100001010 | 1010111 | 1000101 |
Color Harmonies of #A86DF5
Complementary color
Monochromatic Colors of #A86DF5
Black with #A86DF5
Text Example
Text Example
White with #A86DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DF5; }
p { color: rgb(168,109,245); }
H1.HeaderClassName
{
color: #A86DF5;
}
.AnyTagClassName
{
color: #A86DF5;
}
</style>
background-color css
<style>
a { background-color: #A86DF5; }
a { background-color: rgb(168,109,245); }
div.DivClassName
{
background-color: #A86DF5;
}
.BgClassName
{
background-color: #A86DF5;
}
</style>
border-color css
<style>
span { border-color: #A86DF5; }
span { border-color: rgb(168,109,245); }
td.TdClassName
{
border-color: #A86DF5;
}
.TagClassName
{
border-color: #A86DF5;
}
</style>