Shades of Medium Purple #A86EFD
Tints of Medium Purple #A86EFD
RGB
CMYK
RGB Variations
Color information
#A86EFD (or 0xA86EFD) is known color: Medium Purple. HEX triplet: A8, 6E and FD. RGB value is (168,110,253). Sum of RGB (Red+Green+Blue) = 168+110+253=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #A86EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EFD is #579102. Grayscale: #8F8F8F. Windows color (decimal): -5738755 or 16608936. OLE color: 16608936.
HSL color Cylindrical-coordinate representation of color #A86EFD: hue angle of 264.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86EFD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 110 | 253 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.01 |
| HSL | 264.34º | 0.97% | 0.71% | - |
| HSV(B) | 264.34º | 0.57% | 0.99% | - |
| XYZ | 39.45 | 26.57 | 95.98 | - |
| YUV | 143.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 253 | 0.34 | 0.57 | 0 | 0.01 | 264.34 | 0.97 | 0.71 |
| Hex | A8 | 6E | FD | 22 | 39 | 0 | 1 | 108 | 61 | 47 |
| Octal | 250 | 156 | 375 | 42 | 71 | 0 | 1 | 410 | 141 | 107 |
| Binary | 10101000 | 1101110 | 11111101 | 100010 | 111001 | 0 | 1 | 100001000 | 1100001 | 1000111 |
Color Harmonies of #A86EFD
Complementary color
Monochromatic Colors of #A86EFD
Black with #A86EFD
Text Example
Text Example
White with #A86EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EFD; }
p { color: rgb(168,110,253); }
H1.HeaderClassName
{
color: #A86EFD;
}
.AnyTagClassName
{
color: #A86EFD;
}
</style>
background-color css
<style>
a { background-color: #A86EFD; }
a { background-color: rgb(168,110,253); }
div.DivClassName
{
background-color: #A86EFD;
}
.BgClassName
{
background-color: #A86EFD;
}
</style>
border-color css
<style>
span { border-color: #A86EFD; }
span { border-color: rgb(168,110,253); }
td.TdClassName
{
border-color: #A86EFD;
}
.TagClassName
{
border-color: #A86EFD;
}
</style>