#A47AAD

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

Shades of Ce Soir #A47AAD

Tints of Ce Soir #A47AAD

Color information

#A47AAD (or 0xA47AAD) is unknown color: approx Ce Soir. HEX triplet: A4, 7A and AD. RGB value is (164,122,173). Sum of RGB (Red+Green+Blue) = 164+122+173=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A47AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAD is #5B8552. Grayscale: #8C8C8C. Windows color (decimal): -5997907 or 11369124. OLE color: 11369124.

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

Color convert

RGB164122173-
CMYK0.050.2900.32
HSL289.41º23.72%57.84%-
HSV(B)289.41º29.48%67.84%-
XYZ29.8124.8342.76-
YUV140.37146.41144.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=35.73%
G=26.58%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641221730.050.2900.32289.4123.7257.84
HexA47AAD51D020121183a
Octal2441722555350404413072
Binary1010010011110101010110110111101010000010010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AAD; }

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

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

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

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

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

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

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

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