#A17AAF

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

Shades of Ce Soir #A17AAF

Tints of Ce Soir #A17AAF

Color information

#A17AAF (or 0xA17AAF) is unknown color: approx Ce Soir. HEX triplet: A1, 7A and AF. RGB value is (161,122,175). Sum of RGB (Red+Green+Blue) = 161+122+175=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #A17AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17AAF is #5E8550. Grayscale: #8B8B8B. Windows color (decimal): -6194513 or 11500193. OLE color: 11500193.

HSL color Cylindrical-coordinate representation of color #A17AAF: hue angle of 284.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17AAF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161122175-
CMYK0.080.3000.31
HSL284.15º24.88%58.24%-
HSV(B)284.15º30.29%68.63%-
XYZ29.424.5943.75-
YUV139.7147.92143.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=35.15%
G=26.64%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611221750.080.3000.31284.1524.8858.24
HexA17AAF81E01F11c193a
Octal24117225710360374343172
Binary1010000111110101010111110001111001111110001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AAF; }

 p { color: rgb(161,122,175); }

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

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

 a { background-color: rgb(161,122,175); }

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

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

 span { border-color: rgb(161,122,175); }

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