#A37CAE

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

Shades of Ce Soir #A37CAE

Tints of Ce Soir #A37CAE

Color information

#A37CAE (or 0xA37CAE) is unknown color: approx Ce Soir. HEX triplet: A3, 7C and AE. RGB value is (163,124,174). Sum of RGB (Red+Green+Blue) = 163+124+174=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A37CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37CAE is #5C8351. Grayscale: #8D8D8D. Windows color (decimal): -6062930 or 11435171. OLE color: 11435171.

HSL color Cylindrical-coordinate representation of color #A37CAE: hue angle of 286.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37CAE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163124174-
CMYK0.060.2900.32
HSL286.8º23.58%58.43%-
HSV(B)286.8º28.74%68.24%-
XYZ29.9525.2643.34-
YUV141.36146.42143.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=35.36%
G=26.90%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631241740.060.2900.32286.823.5858.43
HexA37CAE61D02011f183a
Octal2431742566350404373072
Binary1010001111111001010111011011101010000010001111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CAE; }

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

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

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

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

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

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

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

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