#A16FAF

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

Shades of Ce Soir #A16FAF

Tints of Ce Soir #A16FAF

Color information

#A16FAF (or 0xA16FAF) is unknown color: approx Ce Soir. HEX triplet: A1, 6F and AF. RGB value is (161,111,175). Sum of RGB (Red+Green+Blue) = 161+111+175=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A16FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16FAF is #5E9050. Grayscale: #858585. Windows color (decimal): -6197329 or 11497377. OLE color: 11497377.

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

Color convert

RGB161111175-
CMYK0.080.3700.31
HSL286.88º28.57%56.08%-
HSV(B)286.88º36.57%68.63%-
XYZ28.1222.0443.33-
YUV133.25151.56147.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=36.02%
G=24.83%
B=39.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611111750.080.3700.31286.8828.5756.08
HexA16FAF82501F11f1d38
Octal24115725710450374373570
Binary10100001110111110101111100010010101111110001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FAF; }

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

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

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

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

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

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

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

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