#A16CE3

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

Shades of Medium Purple #A16CE3

Tints of Medium Purple #A16CE3

Color information

#A16CE3 (or 0xA16CE3) is unknown color: approx Medium Purple. HEX triplet: A1, 6C and E3. RGB value is (161,108,227). Sum of RGB (Red+Green+Blue) = 161+108+227=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #A16CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CE3 is #5E931C. Grayscale: #888888. Windows color (decimal): -6198045 or 14904481. OLE color: 14904481.

HSL color Cylindrical-coordinate representation of color #A16CE3: hue angle of 266.72º 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 #A16CE3 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161108227-
CMYK0.290.5200.11
HSL266.72º68%65.69%-
HSV(B)266.72º52.42%89.02%-
XYZ33.9323.8575.49-
YUV137.41178.56144.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 227 (89.06% from 255) = 45.77%
R=32.46%
G=21.77%
B=45.77%

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
Decimal1611082270.290.5200.11266.726865.69
HexA16CE31D340B10b4442
Octal2411543433564013413104102
Binary10100001110110011100011111011101000101110000101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CE3; }

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

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

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

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

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

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

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

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