#a86ee6

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

Shades of Medium Purple #A86EE6

Tints of Medium Purple #A86EE6

Color information

#A86EE6 (or 0xA86EE6) is unknown color: approx Medium Purple. HEX triplet: A8, 6E and E6. RGB value is (168,110,230). Sum of RGB (Red+Green+Blue) = 168+110+230=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A86EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EE6 is #579119. Grayscale: #8C8C8C. Windows color (decimal): -5738778 or 15101608. OLE color: 15101608.

HSL color Cylindrical-coordinate representation of color #A86EE6: hue angle of 269º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86EE6 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168110230-
CMYK0.270.5200.10
HSL269º70.59%66.67%-
HSV(B)269º52.17%90.2%-
XYZ36.0125.1977.83-
YUV141.02178.22147.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=33.07%
G=21.65%
B=45.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681102300.270.5200.1026970.5966.67
HexA86EE61B340A10d4743
Octal2501563463364012415107103
Binary10101000110111011100110110111101000101010000110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a86ee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a86ee6; }

 p { color: rgb(168,110,230); }

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

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

 a { background-color: rgb(168,110,230); }

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

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

 span { border-color: rgb(168,110,230); }

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