#A47AAE

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

Shades of Ce Soir #A47AAE

Tints of Ce Soir #A47AAE

Color information

#A47AAE (or 0xA47AAE) is unknown color: approx Ce Soir. HEX triplet: A4, 7A and AE. RGB value is (164,122,174). Sum of RGB (Red+Green+Blue) = 164+122+174=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAE is #5B8551. Grayscale: #8C8C8C. Windows color (decimal): -5997906 or 11434660. OLE color: 11434660.

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

Color convert

RGB164122174-
CMYK0.060.3000.32
HSL288.46º24.3%58.04%-
HSV(B)288.46º29.89%68.24%-
XYZ29.9124.8743.27-
YUV140.49146.91144.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=35.65%
G=26.52%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641221740.060.3000.32288.4624.358.04
HexA47AAE61E020120183a
Octal2441722566360404403072
Binary1010010011110101010111011011110010000010010000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AAE; }

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

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

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

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

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

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

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

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