#A16EB0

Color #A16EB0 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A16EB0

Tints of Ce Soir #A16EB0

Color information

#A16EB0 (or 0xA16EB0) is unknown color: approx Ce Soir. HEX triplet: A1, 6E and B0. RGB value is (161,110,176). Sum of RGB (Red+Green+Blue) = 161+110+176=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #A16EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EB0 is #5E914F. Grayscale: #848484. Windows color (decimal): -6197584 or 11562657. OLE color: 11562657.

HSL color Cylindrical-coordinate representation of color #A16EB0: hue angle of 286.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16EB0 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161110176-
CMYK0.090.3700.31
HSL286.36º29.46%56.08%-
HSV(B)286.36º37.5%69.02%-
XYZ28.1121.8643.81-
YUV132.77152.4148.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=36.02%
G=24.61%
B=39.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611101760.090.3700.31286.3629.4656.08
HexA16EB092501F11e1d38
Octal24115626011450374363570
Binary10100001110111010110000100110010101111110001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EB0; }

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

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

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

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

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

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

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

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