#A16FAE

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

Shades of Ce Soir #A16FAE

Tints of Ce Soir #A16FAE

Color information

#A16FAE (or 0xA16FAE) is unknown color: approx Ce Soir. HEX triplet: A1, 6F and AE. RGB value is (161,111,174). Sum of RGB (Red+Green+Blue) = 161+111+174=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #A16FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16FAE is #5E9051. Grayscale: #848484. Windows color (decimal): -6197330 or 11431841. OLE color: 11431841.

HSL color Cylindrical-coordinate representation of color #A16FAE: hue angle of 287.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16FAE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161111174-
CMYK0.070.3600.32
HSL287.62º28%55.88%-
HSV(B)287.62º36.21%68.24%-
XYZ28.022242.81-
YUV133.13151.06147.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=36.10%
G=24.89%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611111740.070.3600.32287.622855.88
HexA16FAE7240201201c38
Octal2411572567440404403470
Binary10100001110111110101110111100100010000010010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FAE; }

 p { color: rgb(161,111,174); }

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

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

 a { background-color: rgb(161,111,174); }

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

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

 span { border-color: rgb(161,111,174); }

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