#A16EE3

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

Shades of Medium Purple #A16EE3

Tints of Medium Purple #A16EE3

Color information

#A16EE3 (or 0xA16EE3) is unknown color: approx Medium Purple. HEX triplet: A1, 6E and E3. RGB value is (161,110,227). Sum of RGB (Red+Green+Blue) = 161+110+227=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #A16EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EE3 is #5E911C. Grayscale: #8A8A8A. Windows color (decimal): -6197533 or 14904993. OLE color: 14904993.

HSL color Cylindrical-coordinate representation of color #A16EE3: hue angle of 266.15º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16EE3 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161110227-
CMYK0.290.5200.11
HSL266.15º67.63%66.08%-
HSV(B)266.15º51.54%89.02%-
XYZ34.1424.2775.56-
YUV138.59177.9143.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=32.33%
G=22.09%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611102270.290.5200.11266.1567.6366.08
HexA16EE31D340B10a4442
Octal2411563433564013412104102
Binary10100001110111011100011111011101000101110000101010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EE3; }

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

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

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

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

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

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

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

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