Shades of Medium Purple #A86AEC
Tints of Medium Purple #A86AEC
RGB
CMYK
RGB Variations
Color information
#A86AEC (or 0xA86AEC) is known color: Medium Purple. HEX triplet: A8, 6A and EC. RGB value is (168,106,236). Sum of RGB (Red+Green+Blue) = 168+106+236=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AEC is #579513. Grayscale: #8A8A8A. Windows color (decimal): -5739796 or 15493800. OLE color: 15493800.
HSL color Cylindrical-coordinate representation of color #A86AEC: hue angle of 268.62º 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 #A86AEC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 106 | 236 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.07 |
| HSL | 268.62º | 0.77% | 0.67% | - |
| HSV(B) | 268.62º | 0.55% | 0.93% | - |
| XYZ | 36.44 | 24.69 | 82.2 | - |
| YUV | 139.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 236 | 0.29 | 0.55 | 0 | 0.07 | 268.62 | 0.77 | 0.67 |
| Hex | A8 | 6A | EC | 1D | 37 | 0 | 7 | 10D | 4D | 43 |
| Octal | 250 | 152 | 354 | 35 | 67 | 0 | 7 | 415 | 115 | 103 |
| Binary | 10101000 | 1101010 | 11101100 | 11101 | 110111 | 0 | 111 | 100001101 | 1001101 | 1000011 |
Color Harmonies of #A86AEC
Complementary color
Monochromatic Colors of #A86AEC
Black with #A86AEC
Text Example
Text Example
White with #A86AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AEC; }
p { color: rgb(168,106,236); }
H1.HeaderClassName
{
color: #A86AEC;
}
.AnyTagClassName
{
color: #A86AEC;
}
</style>
background-color css
<style>
a { background-color: #A86AEC; }
a { background-color: rgb(168,106,236); }
div.DivClassName
{
background-color: #A86AEC;
}
.BgClassName
{
background-color: #A86AEC;
}
</style>
border-color css
<style>
span { border-color: #A86AEC; }
span { border-color: rgb(168,106,236); }
td.TdClassName
{
border-color: #A86AEC;
}
.TagClassName
{
border-color: #A86AEC;
}
</style>