Shades of Medium Purple #A86CEB
Tints of Medium Purple #A86CEB
RGB
CMYK
RGB Variations
Color information
#A86CEB (or 0xA86CEB) is known color: Medium Purple. HEX triplet: A8, 6C and EB. RGB value is (168,108,235). Sum of RGB (Red+Green+Blue) = 168+108+235=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A86CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CEB is #579314. Grayscale: #8B8B8B. Windows color (decimal): -5739285 or 15428776. OLE color: 15428776.
HSL color Cylindrical-coordinate representation of color #A86CEB: hue angle of 268.35º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86CEB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 108 | 235 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.08 |
| HSL | 268.35º | 0.76% | 0.67% | - |
| HSV(B) | 268.35º | 0.54% | 0.92% | - |
| XYZ | 36.51 | 25.05 | 81.51 | - |
| YUV | 140.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 235 | 0.29 | 0.54 | 0 | 0.08 | 268.35 | 0.76 | 0.67 |
| Hex | A8 | 6C | EB | 1D | 36 | 0 | 8 | 10C | 4C | 43 |
| Octal | 250 | 154 | 353 | 35 | 66 | 0 | 10 | 414 | 114 | 103 |
| Binary | 10101000 | 1101100 | 11101011 | 11101 | 110110 | 0 | 1000 | 100001100 | 1001100 | 1000011 |
Color Harmonies of #A86CEB
Complementary color
Monochromatic Colors of #A86CEB
Black with #A86CEB
Text Example
Text Example
White with #A86CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CEB; }
p { color: rgb(168,108,235); }
H1.HeaderClassName
{
color: #A86CEB;
}
.AnyTagClassName
{
color: #A86CEB;
}
</style>
background-color css
<style>
a { background-color: #A86CEB; }
a { background-color: rgb(168,108,235); }
div.DivClassName
{
background-color: #A86CEB;
}
.BgClassName
{
background-color: #A86CEB;
}
</style>
border-color css
<style>
span { border-color: #A86CEB; }
span { border-color: rgb(168,108,235); }
td.TdClassName
{
border-color: #A86CEB;
}
.TagClassName
{
border-color: #A86CEB;
}
</style>