Shades of Medium Purple #A86DEF
Tints of Medium Purple #A86DEF
RGB
CMYK
RGB Variations
Color information
#A86DEF (or 0xA86DEF) is known color: Medium Purple. HEX triplet: A8, 6D and EF. RGB value is (168,109,239). Sum of RGB (Red+Green+Blue) = 168+109+239=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #A86DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DEF is #579210. Grayscale: #8D8D8D. Windows color (decimal): -5739025 or 15691176. OLE color: 15691176.
HSL color Cylindrical-coordinate representation of color #A86DEF: hue angle of 267.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86DEF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 109 | 239 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.06 |
| HSL | 267.23º | 0.8% | 0.68% | - |
| HSV(B) | 267.23º | 0.54% | 0.94% | - |
| XYZ | 37.2 | 25.49 | 84.62 | - |
| YUV | 141.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 239 | 0.30 | 0.54 | 0 | 0.06 | 267.23 | 0.8 | 0.68 |
| Hex | A8 | 6D | EF | 1E | 36 | 0 | 6 | 10B | 50 | 44 |
| Octal | 250 | 155 | 357 | 36 | 66 | 0 | 6 | 413 | 120 | 104 |
| Binary | 10101000 | 1101101 | 11101111 | 11110 | 110110 | 0 | 110 | 100001011 | 1010000 | 1000100 |
Color Harmonies of #A86DEF
Complementary color
Monochromatic Colors of #A86DEF
Black with #A86DEF
Text Example
Text Example
White with #A86DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DEF; }
p { color: rgb(168,109,239); }
H1.HeaderClassName
{
color: #A86DEF;
}
.AnyTagClassName
{
color: #A86DEF;
}
</style>
background-color css
<style>
a { background-color: #A86DEF; }
a { background-color: rgb(168,109,239); }
div.DivClassName
{
background-color: #A86DEF;
}
.BgClassName
{
background-color: #A86DEF;
}
</style>
border-color css
<style>
span { border-color: #A86DEF; }
span { border-color: rgb(168,109,239); }
td.TdClassName
{
border-color: #A86DEF;
}
.TagClassName
{
border-color: #A86DEF;
}
</style>