Shades of Medium Purple #A86BEC
Tints of Medium Purple #A86BEC
RGB
CMYK
RGB Variations
Color information
#A86BEC (or 0xA86BEC) is known color: Medium Purple. HEX triplet: A8, 6B and EC. RGB value is (168,107,236). Sum of RGB (Red+Green+Blue) = 168+107+236=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BEC is #579413. Grayscale: #8B8B8B. Windows color (decimal): -5739540 or 15494056. OLE color: 15494056.
HSL color Cylindrical-coordinate representation of color #A86BEC: hue angle of 268.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86BEC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 107 | 236 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.07 |
| HSL | 268.37º | 0.77% | 0.67% | - |
| HSV(B) | 268.37º | 0.55% | 0.93% | - |
| XYZ | 36.55 | 24.9 | 82.24 | - |
| YUV | 139.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 236 | 0.29 | 0.55 | 0 | 0.07 | 268.37 | 0.77 | 0.67 |
| Hex | A8 | 6B | EC | 1D | 37 | 0 | 7 | 10C | 4D | 43 |
| Octal | 250 | 153 | 354 | 35 | 67 | 0 | 7 | 414 | 115 | 103 |
| Binary | 10101000 | 1101011 | 11101100 | 11101 | 110111 | 0 | 111 | 100001100 | 1001101 | 1000011 |
Color Harmonies of #A86BEC
Complementary color
Monochromatic Colors of #A86BEC
Black with #A86BEC
Text Example
Text Example
White with #A86BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BEC; }
p { color: rgb(168,107,236); }
H1.HeaderClassName
{
color: #A86BEC;
}
.AnyTagClassName
{
color: #A86BEC;
}
</style>
background-color css
<style>
a { background-color: #A86BEC; }
a { background-color: rgb(168,107,236); }
div.DivClassName
{
background-color: #A86BEC;
}
.BgClassName
{
background-color: #A86BEC;
}
</style>
border-color css
<style>
span { border-color: #A86BEC; }
span { border-color: rgb(168,107,236); }
td.TdClassName
{
border-color: #A86BEC;
}
.TagClassName
{
border-color: #A86BEC;
}
</style>