#A079AE

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

Shades of Ce Soir #A079AE

Tints of Ce Soir #A079AE

Color information

#A079AE (or 0xA079AE) is unknown color: approx Ce Soir. HEX triplet: A0, 79 and AE. RGB value is (160,121,174). Sum of RGB (Red+Green+Blue) = 160+121+174=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 121 (47.66% from 255 or 26.59% 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 #A079AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AE is #5F8651. Grayscale: #8A8A8A. Windows color (decimal): -6260306 or 11434400. OLE color: 11434400.

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

Color convert

RGB160121174-
CMYK0.080.3000.32
HSL284.15º24.65%57.84%-
HSV(B)284.15º30.46%68.24%-
XYZ28.9724.243.19-
YUV138.7147.92143.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=35.16%
G=26.59%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601211740.080.3000.32284.1524.6557.84
HexA079AE81E02011c193a
Octal24017125610360404343172
Binary10100000111100110101110100011110010000010001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079AE; }

 p { color: rgb(160,121,174); }

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

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

 a { background-color: rgb(160,121,174); }

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

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

 span { border-color: rgb(160,121,174); }

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