#A374AE

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

Shades of Ce Soir #A374AE

Tints of Ce Soir #A374AE

Color information

#A374AE (or 0xA374AE) is unknown color: approx Ce Soir. HEX triplet: A3, 74 and AE. RGB value is (163,116,174). Sum of RGB (Red+Green+Blue) = 163+116+174=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 116 (45.70% from 255 or 25.61% 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 #A374AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AE is #5C8B51. Grayscale: #888888. Windows color (decimal): -6064978 or 11433123. OLE color: 11433123.

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

Color convert

RGB163116174-
CMYK0.060.3300.32
HSL288.62º26.36%56.86%-
HSV(B)288.62º33.33%68.24%-
XYZ28.9923.3343.02-
YUV136.66149.07146.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=35.98%
G=25.61%
B=38.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631161740.060.3300.32288.6226.3656.86
HexA374AE6210201211a39
Octal2431642566410404413271
Binary10100011111010010101110110100001010000010010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374AE; }

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

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

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

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

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

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

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

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