#A86FEC

Color #A86FEC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A86FEC

Tints of Medium Purple #A86FEC

Color information

#A86FEC (or 0xA86FEC) is unknown color: approx Medium Purple. HEX triplet: A8, 6F and EC. RGB value is (168,111,236). Sum of RGB (Red+Green+Blue) = 168+111+236=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEC is #579013. Grayscale: #8D8D8D. Windows color (decimal): -5738516 or 15495080. OLE color: 15495080.

HSL color Cylindrical-coordinate representation of color #A86FEC: hue angle of 267.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86FEC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168111236-
CMYK0.290.5300.07
HSL267.36º76.69%68.04%-
HSV(B)267.36º52.97%92.55%-
XYZ36.9725.7582.38-
YUV142.29180.88146.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=32.62%
G=21.55%
B=45.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681112360.290.5300.07267.3676.6968.04
HexA86FEC1D350710b4d44
Octal250157354356507413115104
Binary1010100011011111110110011101110101011110000101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FEC; }

 p { color: rgb(168,111,236); }

 H1.HeaderClassName
 {
   color: #A86FEC;
 }
 .AnyTagClassName
 {
   color: #A86FEC;
 }
</style>
background-color css

<style>
 a { background-color: #A86FEC; }

 a { background-color: rgb(168,111,236); }

 div.DivClassName
 {
   background-color: #A86FEC;
 }
 .BgClassName
 {
   background-color: #A86FEC;
 }
</style>
border-color css

<style>
 span { border-color: #A86FEC; }

 span { border-color: rgb(168,111,236); }

 td.TdClassName
 {
   border-color: #A86FEC;
 }
 .TagClassName
 {
   border-color: #A86FEC;
 }
</style>