Shades of Medium Purple #A86CE7
Tints of Medium Purple #A86CE7
RGB
CMYK
RGB Variations
Color information
#A86CE7 (or 0xA86CE7) is known color: Medium Purple. HEX triplet: A8, 6C and E7. RGB value is (168,108,231). Sum of RGB (Red+Green+Blue) = 168+108+231=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #A86CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CE7 is #579318. Grayscale: #8B8B8B. Windows color (decimal): -5739289 or 15166632. OLE color: 15166632.
HSL color Cylindrical-coordinate representation of color #A86CE7: hue angle of 269.27º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86CE7 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 108 | 231 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.09 |
| HSL | 269.27º | 0.72% | 0.66% | - |
| HSV(B) | 269.27º | 0.53% | 0.91% | - |
| XYZ | 35.93 | 24.82 | 78.5 | - |
| YUV | 139.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 231 | 0.27 | 0.53 | 0 | 0.09 | 269.27 | 0.72 | 0.66 |
| Hex | A8 | 6C | E7 | 1B | 35 | 0 | 9 | 10D | 48 | 42 |
| Octal | 250 | 154 | 347 | 33 | 65 | 0 | 11 | 415 | 110 | 102 |
| Binary | 10101000 | 1101100 | 11100111 | 11011 | 110101 | 0 | 1001 | 100001101 | 1001000 | 1000010 |
Color Harmonies of #A86CE7
Complementary color
Monochromatic Colors of #A86CE7
Black with #A86CE7
Text Example
Text Example
White with #A86CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CE7; }
p { color: rgb(168,108,231); }
H1.HeaderClassName
{
color: #A86CE7;
}
.AnyTagClassName
{
color: #A86CE7;
}
</style>
background-color css
<style>
a { background-color: #A86CE7; }
a { background-color: rgb(168,108,231); }
div.DivClassName
{
background-color: #A86CE7;
}
.BgClassName
{
background-color: #A86CE7;
}
</style>
border-color css
<style>
span { border-color: #A86CE7; }
span { border-color: rgb(168,108,231); }
td.TdClassName
{
border-color: #A86CE7;
}
.TagClassName
{
border-color: #A86CE7;
}
</style>