#A077AE

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

Shades of Ce Soir #A077AE

Tints of Ce Soir #A077AE

Color information

#A077AE (or 0xA077AE) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AE. RGB value is (160,119,174). Sum of RGB (Red+Green+Blue) = 160+119+174=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #A077AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AE is #5F8851. Grayscale: #898989. Windows color (decimal): -6260818 or 11433888. OLE color: 11433888.

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

Color convert

RGB160119174-
CMYK0.080.3200.32
HSL284.73º25.35%57.45%-
HSV(B)284.73º31.61%68.24%-
XYZ28.7323.7243.11-
YUV137.53148.58144.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=35.32%
G=26.27%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601191740.080.3200.32284.7325.3557.45
HexA077AE82002011d1939
Octal24016725610400404353171
Binary101000001110111101011101000100000010000010001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AE; }

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

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

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

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

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

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

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

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