#A16DAF

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

Shades of Ce Soir #A16DAF

Tints of Ce Soir #A16DAF

Color information

#A16DAF (or 0xA16DAF) is unknown color: approx Ce Soir. HEX triplet: A1, 6D and AF. RGB value is (161,109,175). Sum of RGB (Red+Green+Blue) = 161+109+175=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A16DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAF is #5E9250. Grayscale: #838383. Windows color (decimal): -6197841 or 11496865. OLE color: 11496865.

HSL color Cylindrical-coordinate representation of color #A16DAF: hue angle of 287.27º 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 #A16DAF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161109175-
CMYK0.080.3800.31
HSL287.27º29.2%55.69%-
HSV(B)287.27º37.71%68.63%-
XYZ27.921.6143.26-
YUV132.07152.23148.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=36.18%
G=24.49%
B=39.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611091750.080.3800.31287.2729.255.69
HexA16DAF82601F11f1d38
Octal24115525710460374373570
Binary10100001110110110101111100010011001111110001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DAF; }

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

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

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

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

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

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

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

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