#A47AAC

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

Shades of Ce Soir #A47AAC

Tints of Ce Soir #A47AAC

Color information

#A47AAC (or 0xA47AAC) is unknown color: approx Ce Soir. HEX triplet: A4, 7A and AC. RGB value is (164,122,172). Sum of RGB (Red+Green+Blue) = 164+122+172=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAC is #5B8553. Grayscale: #8C8C8C. Windows color (decimal): -5997908 or 11303588. OLE color: 11303588.

HSL color Cylindrical-coordinate representation of color #A47AAC: hue angle of 290.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47AAC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164122172-
CMYK0.050.2900.33
HSL290.4º23.15%57.65%-
HSV(B)290.4º29.07%67.45%-
XYZ29.7224.7942.25-
YUV140.26145.91144.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=35.81%
G=26.64%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641221720.050.2900.33290.423.1557.65
HexA47AAC51D021122173a
Octal2441722545350414422772
Binary1010010011110101010110010111101010000110010001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AAC; }

 p { color: rgb(164,122,172); }

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

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

 a { background-color: rgb(164,122,172); }

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

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

 span { border-color: rgb(164,122,172); }

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