Shades of Medium Purple #A86AED
Tints of Medium Purple #A86AED
RGB
CMYK
RGB Variations
Color information
#A86AED (or 0xA86AED) is known color: Medium Purple. HEX triplet: A8, 6A and ED. RGB value is (168,106,237). Sum of RGB (Red+Green+Blue) = 168+106+237=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A86AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AED is #579512. Grayscale: #8B8B8B. Windows color (decimal): -5739795 or 15559336. OLE color: 15559336.
HSL color Cylindrical-coordinate representation of color #A86AED: hue angle of 268.4º degrees, saturation: 0.78, 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 #A86AED is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 106 | 237 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.07 |
| HSL | 268.4º | 0.78% | 0.67% | - |
| HSV(B) | 268.4º | 0.55% | 0.93% | - |
| XYZ | 36.59 | 24.75 | 82.97 | - |
| YUV | 139.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 237 | 0.29 | 0.55 | 0 | 0.07 | 268.4 | 0.78 | 0.67 |
| Hex | A8 | 6A | ED | 1D | 37 | 0 | 7 | 10C | 4E | 43 |
| Octal | 250 | 152 | 355 | 35 | 67 | 0 | 7 | 414 | 116 | 103 |
| Binary | 10101000 | 1101010 | 11101101 | 11101 | 110111 | 0 | 111 | 100001100 | 1001110 | 1000011 |
Color Harmonies of #A86AED
Complementary color
Monochromatic Colors of #A86AED
Black with #A86AED
Text Example
Text Example
White with #A86AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AED; }
p { color: rgb(168,106,237); }
H1.HeaderClassName
{
color: #A86AED;
}
.AnyTagClassName
{
color: #A86AED;
}
</style>
background-color css
<style>
a { background-color: #A86AED; }
a { background-color: rgb(168,106,237); }
div.DivClassName
{
background-color: #A86AED;
}
.BgClassName
{
background-color: #A86AED;
}
</style>
border-color css
<style>
span { border-color: #A86AED; }
span { border-color: rgb(168,106,237); }
td.TdClassName
{
border-color: #A86AED;
}
.TagClassName
{
border-color: #A86AED;
}
</style>