#A178AE

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

Shades of Ce Soir #A178AE

Tints of Ce Soir #A178AE

Color information

#A178AE (or 0xA178AE) is unknown color: approx Ce Soir. HEX triplet: A1, 78 and AE. RGB value is (161,120,174). Sum of RGB (Red+Green+Blue) = 161+120+174=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #A178AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178AE is #5E8751. Grayscale: #8A8A8A. Windows color (decimal): -6195026 or 11434145. OLE color: 11434145.

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

Color convert

RGB161120174-
CMYK0.070.3100.32
HSL285.56º25%57.65%-
HSV(B)285.56º31.03%68.24%-
XYZ29.0524.0743.16-
YUV138.42148.08144.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=35.38%
G=26.37%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611201740.070.3100.32285.562557.65
HexA178AE71F02011e193a
Octal2411702567370404363172
Binary1010000111110001010111011111111010000010001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178AE; }

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

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

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

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

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

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

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

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