#A86FEA

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

Shades of Medium Purple #A86FEA

Tints of Medium Purple #A86FEA

Color information

#A86FEA (or 0xA86FEA) is unknown color: approx Medium Purple. HEX triplet: A8, 6F and EA. RGB value is (168,111,234). Sum of RGB (Red+Green+Blue) = 168+111+234=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #A86FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEA is #579015. Grayscale: #8D8D8D. Windows color (decimal): -5738518 or 15364008. OLE color: 15364008.

HSL color Cylindrical-coordinate representation of color #A86FEA: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86FEA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168111234-
CMYK0.280.5300.08
HSL267.8º74.55%67.65%-
HSV(B)267.8º52.56%91.76%-
XYZ36.6825.6380.86-
YUV142.06179.88146.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=32.75%
G=21.64%
B=45.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681112340.280.5300.08267.874.5567.65
HexA86FEA1C350810c4b44
Octal2501573523465010414113104
Binary10101000110111111101010111001101010100010000110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FEA; }

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

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

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

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

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

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

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

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