Shades of Medium Purple #A86DF2
Tints of Medium Purple #A86DF2
RGB
CMYK
RGB Variations
Color information
#A86DF2 (or 0xA86DF2) is known color: Medium Purple. HEX triplet: A8, 6D and F2. RGB value is (168,109,242). Sum of RGB (Red+Green+Blue) = 168+109+242=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #A86DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DF2 is #57920D. Grayscale: #8D8D8D. Windows color (decimal): -5739022 or 15887784. OLE color: 15887784.
HSL color Cylindrical-coordinate representation of color #A86DF2: hue angle of 266.62º degrees, saturation: 0.84, 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 #A86DF2 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 109 | 242 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.05 |
| HSL | 266.62º | 0.84% | 0.69% | - |
| HSV(B) | 266.62º | 0.55% | 0.95% | - |
| XYZ | 37.64 | 25.67 | 86.98 | - |
| YUV | 141.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 242 | 0.31 | 0.55 | 0 | 0.05 | 266.62 | 0.84 | 0.69 |
| Hex | A8 | 6D | F2 | 1F | 37 | 0 | 5 | 10B | 54 | 45 |
| Octal | 250 | 155 | 362 | 37 | 67 | 0 | 5 | 413 | 124 | 105 |
| Binary | 10101000 | 1101101 | 11110010 | 11111 | 110111 | 0 | 101 | 100001011 | 1010100 | 1000101 |
Color Harmonies of #A86DF2
Complementary color
Monochromatic Colors of #A86DF2
Black with #A86DF2
Text Example
Text Example
White with #A86DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DF2; }
p { color: rgb(168,109,242); }
H1.HeaderClassName
{
color: #A86DF2;
}
.AnyTagClassName
{
color: #A86DF2;
}
</style>
background-color css
<style>
a { background-color: #A86DF2; }
a { background-color: rgb(168,109,242); }
div.DivClassName
{
background-color: #A86DF2;
}
.BgClassName
{
background-color: #A86DF2;
}
</style>
border-color css
<style>
span { border-color: #A86DF2; }
span { border-color: rgb(168,109,242); }
td.TdClassName
{
border-color: #A86DF2;
}
.TagClassName
{
border-color: #A86DF2;
}
</style>