#A16EEC

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

Shades of Medium Purple #A16EEC

Tints of Medium Purple #A16EEC

Color information

#A16EEC (or 0xA16EEC) is unknown color: approx Medium Purple. HEX triplet: A1, 6E and EC. RGB value is (161,110,236). Sum of RGB (Red+Green+Blue) = 161+110+236=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EEC is #5E9113. Grayscale: #8B8B8B. Windows color (decimal): -6197524 or 15494817. OLE color: 15494817.

HSL color Cylindrical-coordinate representation of color #A16EEC: hue angle of 264.29º 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 #A16EEC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161110236-
CMYK0.320.5300.07
HSL264.29º76.83%67.84%-
HSV(B)264.29º53.39%92.55%-
XYZ35.4124.7982.27-
YUV139.61182.4143.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=31.76%
G=21.70%
B=46.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611102360.320.5300.07264.2976.8367.84
HexA16EEC2035071084d44
Octal241156354406507410115104
Binary10100001110111011101100100000110101011110000100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EEC; }

 p { color: rgb(161,110,236); }

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

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

 a { background-color: rgb(161,110,236); }

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

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

 span { border-color: rgb(161,110,236); }

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