#A17EAE

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

Shades of Ce Soir #A17EAE

Tints of Ce Soir #A17EAE

Color information

#A17EAE (or 0xA17EAE) is unknown color: approx Ce Soir. HEX triplet: A1, 7E and AE. RGB value is (161,126,174). Sum of RGB (Red+Green+Blue) = 161+126+174=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A17EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAE is #5E8151. Grayscale: #8D8D8D. Windows color (decimal): -6193490 or 11435681. OLE color: 11435681.

HSL color Cylindrical-coordinate representation of color #A17EAE: hue angle of 283.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17EAE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161126174-
CMYK0.070.2800.32
HSL283.75º22.86%58.82%-
HSV(B)283.75º27.59%68.24%-
XYZ29.825.5543.41-
YUV141.94146.1141.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=34.92%
G=27.33%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611261740.070.2800.32283.7522.8658.82
HexA17EAE71C02011c173b
Octal2411762567340404342773
Binary1010000111111101010111011111100010000010001110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EAE; }

 p { color: rgb(161,126,174); }

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

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

 a { background-color: rgb(161,126,174); }

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

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

 span { border-color: rgb(161,126,174); }

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