Shades of Medium Purple #A86BEB
Tints of Medium Purple #A86BEB
RGB
CMYK
RGB Variations
Color information
#A86BEB (or 0xA86BEB) is known color: Medium Purple. HEX triplet: A8, 6B and EB. RGB value is (168,107,235). Sum of RGB (Red+Green+Blue) = 168+107+235=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #A86BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BEB is #579414. Grayscale: #8B8B8B. Windows color (decimal): -5739541 or 15428520. OLE color: 15428520.
HSL color Cylindrical-coordinate representation of color #A86BEB: hue angle of 268.59º 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 #A86BEB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 107 | 235 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.08 |
| HSL | 268.59º | 0.76% | 0.67% | - |
| HSV(B) | 268.59º | 0.54% | 0.92% | - |
| XYZ | 36.4 | 24.84 | 81.47 | - |
| YUV | 139.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 235 | 0.29 | 0.54 | 0 | 0.08 | 268.59 | 0.76 | 0.67 |
| Hex | A8 | 6B | EB | 1D | 36 | 0 | 8 | 10D | 4C | 43 |
| Octal | 250 | 153 | 353 | 35 | 66 | 0 | 10 | 415 | 114 | 103 |
| Binary | 10101000 | 1101011 | 11101011 | 11101 | 110110 | 0 | 1000 | 100001101 | 1001100 | 1000011 |
Color Harmonies of #A86BEB
Complementary color
Monochromatic Colors of #A86BEB
Black with #A86BEB
Text Example
Text Example
White with #A86BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BEB; }
p { color: rgb(168,107,235); }
H1.HeaderClassName
{
color: #A86BEB;
}
.AnyTagClassName
{
color: #A86BEB;
}
</style>
background-color css
<style>
a { background-color: #A86BEB; }
a { background-color: rgb(168,107,235); }
div.DivClassName
{
background-color: #A86BEB;
}
.BgClassName
{
background-color: #A86BEB;
}
</style>
border-color css
<style>
span { border-color: #A86BEB; }
span { border-color: rgb(168,107,235); }
td.TdClassName
{
border-color: #A86BEB;
}
.TagClassName
{
border-color: #A86BEB;
}
</style>