#A16EAC

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

Shades of Ce Soir #A16EAC

Tints of Ce Soir #A16EAC

Color information

#A16EAC (or 0xA16EAC) is unknown color: approx Ce Soir. HEX triplet: A1, 6E and AC. RGB value is (161,110,172). Sum of RGB (Red+Green+Blue) = 161+110+172=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A16EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EAC is #5E9153. Grayscale: #848484. Windows color (decimal): -6197588 or 11300513. OLE color: 11300513.

HSL color Cylindrical-coordinate representation of color #A16EAC: hue angle of 289.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16EAC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161110172-
CMYK0.060.3600.33
HSL289.35º27.19%55.29%-
HSV(B)289.35º36.05%67.45%-
XYZ27.7221.7141.76-
YUV132.32150.4148.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=36.34%
G=24.83%
B=38.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611101720.060.3600.33289.3527.1955.29
HexA16EAC6240211211b37
Octal2411562546440414413367
Binary10100001110111010101100110100100010000110010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EAC; }

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

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

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

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

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

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

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

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