#A378AE

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

Shades of Ce Soir #A378AE

Tints of Ce Soir #A378AE

Color information

#A378AE (or 0xA378AE) is unknown color: approx Ce Soir. HEX triplet: A3, 78 and AE. RGB value is (163,120,174). Sum of RGB (Red+Green+Blue) = 163+120+174=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #A378AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378AE is #5C8751. Grayscale: #8A8A8A. Windows color (decimal): -6063954 or 11434147. OLE color: 11434147.

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

Color convert

RGB163120174-
CMYK0.060.3100.32
HSL287.78º25%57.65%-
HSV(B)287.78º31.03%68.24%-
XYZ29.4624.2843.18-
YUV139.01147.75145.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=35.67%
G=26.26%
B=38.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631201740.060.3100.32287.782557.65
HexA378AE61F020120193a
Octal2431702566370404403172
Binary1010001111110001010111011011111010000010010000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378AE; }

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

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

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

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

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

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

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

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