#A374B4

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

Shades of Ce Soir #A374B4

Tints of Ce Soir #A374B4

Color information

#A374B4 (or 0xA374B4) is unknown color: approx Ce Soir. HEX triplet: A3, 74 and B4. RGB value is (163,116,180). Sum of RGB (Red+Green+Blue) = 163+116+180=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #A374B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374B4 is #5C8B4B. Grayscale: #898989. Windows color (decimal): -6064972 or 11826339. OLE color: 11826339.

HSL color Cylindrical-coordinate representation of color #A374B4: hue angle of 284.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A374B4 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163116180-
CMYK0.090.3600.29
HSL284.06º29.91%58.04%-
HSV(B)284.06º35.56%70.59%-
XYZ29.5923.5746.17-
YUV137.35152.07146.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=35.51%
G=25.27%
B=39.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631161800.090.3600.29284.0629.9158.04
HexA374B492401D11c1e3a
Octal24316426411440354343672
Binary10100011111010010110100100110010001110110001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374B4; }

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

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

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

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

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

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

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

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