#A16FAC

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

Shades of Ce Soir #A16FAC

Tints of Ce Soir #A16FAC

Color information

#A16FAC (or 0xA16FAC) is unknown color: approx Ce Soir. HEX triplet: A1, 6F and AC. RGB value is (161,111,172). Sum of RGB (Red+Green+Blue) = 161+111+172=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A16FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16FAC is #5E9053. Grayscale: #848484. Windows color (decimal): -6197332 or 11300769. OLE color: 11300769.

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

Color convert

RGB161111172-
CMYK0.060.3500.33
HSL289.18º26.87%55.49%-
HSV(B)289.18º35.47%67.45%-
XYZ27.8321.9241.79-
YUV132.9150.06148.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=36.26%
G=25%
B=38.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611111720.060.3500.33289.1826.8755.49
HexA16FAC6230211211b37
Octal2411572546430414413367
Binary10100001110111110101100110100011010000110010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FAC; }

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

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

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

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

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

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

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

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