#A376AE

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

Shades of Ce Soir #A376AE

Tints of Ce Soir #A376AE

Color information

#A376AE (or 0xA376AE) is unknown color: approx Ce Soir. HEX triplet: A3, 76 and AE. RGB value is (163,118,174). Sum of RGB (Red+Green+Blue) = 163+118+174=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 118 (46.48% from 255 or 25.93% 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 #A376AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376AE is #5C8951. Grayscale: #898989. Windows color (decimal): -6064466 or 11433635. OLE color: 11433635.

HSL color Cylindrical-coordinate representation of color #A376AE: hue angle of 288.21º 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 #A376AE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163118174-
CMYK0.060.3200.32
HSL288.21º25.69%57.25%-
HSV(B)288.21º32.18%68.24%-
XYZ29.2223.843.1-
YUV137.84148.41145.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=35.82%
G=25.93%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631181740.060.3200.32288.2125.6957.25
HexA376AE6200201201a39
Octal2431662566400404403271
Binary10100011111011010101110110100000010000010010000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376AE; }

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

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

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

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

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

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

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

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