#A674B3

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

Shades of Ce Soir #A674B3

Tints of Ce Soir #A674B3

Color information

#A674B3 (or 0xA674B3) is unknown color: approx Ce Soir. HEX triplet: A6, 74 and B3. RGB value is (166,116,179). Sum of RGB (Red+Green+Blue) = 166+116+179=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #A674B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674B3 is #598B4C. Grayscale: #898989. Windows color (decimal): -5868365 or 11760806. OLE color: 11760806.

HSL color Cylindrical-coordinate representation of color #A674B3: hue angle of 287.62º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A674B3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166116179-
CMYK0.070.3500.30
HSL287.62º29.3%57.84%-
HSV(B)287.62º35.2%70.2%-
XYZ30.1123.8545.66-
YUV138.13151.06147.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=36.01%
G=25.16%
B=38.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661161790.070.3500.30287.6229.357.84
HexA674B372301E1201d3a
Octal2461642637430364403572
Binary1010011011101001011001111110001101111010010000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674B3; }

 p { color: rgb(166,116,179); }

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

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

 a { background-color: rgb(166,116,179); }

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

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

 span { border-color: rgb(166,116,179); }

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