#A47AAB

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

Shades of Ce Soir #A47AAB

Tints of Ce Soir #A47AAB

Color information

#A47AAB (or 0xA47AAB) is unknown color: approx Ce Soir. HEX triplet: A4, 7A and AB. RGB value is (164,122,171). Sum of RGB (Red+Green+Blue) = 164+122+171=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAB is #5B8554. Grayscale: #8B8B8B. Windows color (decimal): -5997909 or 11238052. OLE color: 11238052.

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

Color convert

RGB164122171-
CMYK0.040.2900.33
HSL291.43º22.58%57.45%-
HSV(B)291.43º28.65%67.06%-
XYZ29.6224.7541.74-
YUV140.14145.41145.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=35.89%
G=26.70%
B=37.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641221710.040.2900.33291.4322.5857.45
HexA47AAB41D0211231739
Octal2441722534350414432771
Binary1010010011110101010101110011101010000110010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AAB; }

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

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

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

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

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

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

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

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