#A86BEC

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

Shades of Medium Purple #A86BEC

Tints of Medium Purple #A86BEC

Color information

#A86BEC (or 0xA86BEC) is unknown color: approx Medium Purple. HEX triplet: A8, 6B and EC. RGB value is (168,107,236). Sum of RGB (Red+Green+Blue) = 168+107+236=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BEC is #579413. Grayscale: #8B8B8B. Windows color (decimal): -5739540 or 15494056. OLE color: 15494056.

HSL color Cylindrical-coordinate representation of color #A86BEC: hue angle of 268.37º degrees, saturation: 0.77, 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 #A86BEC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168107236-
CMYK0.290.5500.07
HSL268.37º77.25%67.25%-
HSV(B)268.37º54.66%92.55%-
XYZ36.5524.982.24-
YUV139.94182.21148.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=32.88%
G=20.94%
B=46.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681072360.290.5500.07268.3777.2567.25
HexA86BEC1D370710c4d43
Octal250153354356707414115103
Binary1010100011010111110110011101110111011110000110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BEC; }

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

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

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

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

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

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

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

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