#A179AF

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

Shades of Ce Soir #A179AF

Tints of Ce Soir #A179AF

Color information

#A179AF (or 0xA179AF) is unknown color: approx Ce Soir. HEX triplet: A1, 79 and AF. RGB value is (161,121,175). Sum of RGB (Red+Green+Blue) = 161+121+175=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A179AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179AF is #5E8650. Grayscale: #8A8A8A. Windows color (decimal): -6194769 or 11499937. OLE color: 11499937.

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

Color convert

RGB161121175-
CMYK0.080.3100.31
HSL284.44º25.23%58.04%-
HSV(B)284.44º30.86%68.63%-
XYZ29.2724.3543.71-
YUV139.12148.25143.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=35.23%
G=26.48%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611211750.080.3100.31284.4425.2358.04
HexA179AF81F01F11c193a
Octal24117125710370374343172
Binary1010000111110011010111110001111101111110001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179AF; }

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

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

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

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

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

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

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

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