#A076AE

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

Shades of Ce Soir #A076AE

Tints of Ce Soir #A076AE

Color information

#A076AE (or 0xA076AE) is unknown color: approx Ce Soir. HEX triplet: A0, 76 and AE. RGB value is (160,118,174). Sum of RGB (Red+Green+Blue) = 160+118+174=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A076AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AE is #5F8951. Grayscale: #888888. Windows color (decimal): -6261074 or 11433632. OLE color: 11433632.

HSL color Cylindrical-coordinate representation of color #A076AE: hue angle of 285º degrees, saturation: 0.26, 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 #A076AE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160118174-
CMYK0.080.3200.32
HSL285º25.69%57.25%-
HSV(B)285º32.18%68.24%-
XYZ28.6223.4943.07-
YUV136.94148.91144.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=35.40%
G=26.11%
B=38.50%

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
Decimal1601181740.080.3200.3228525.6957.25
HexA076AE82002011d1a39
Octal24016625610400404353271
Binary101000001110110101011101000100000010000010001110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A076AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A076AE; }

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

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

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

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

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

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

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

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