#A179AD

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

Shades of Ce Soir #A179AD

Tints of Ce Soir #A179AD

Color information

#A179AD (or 0xA179AD) is unknown color: approx Ce Soir. HEX triplet: A1, 79 and AD. RGB value is (161,121,173). Sum of RGB (Red+Green+Blue) = 161+121+173=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179AD is #5E8652. Grayscale: #8A8A8A. Windows color (decimal): -6194771 or 11368865. OLE color: 11368865.

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

Color convert

RGB161121173-
CMYK0.070.3000.32
HSL286.15º24.07%57.65%-
HSV(B)286.15º30.06%67.84%-
XYZ29.0824.2742.69-
YUV138.89147.25143.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=35.38%
G=26.59%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611211730.070.3000.32286.1524.0757.65
HexA179AD71E02011e183a
Octal2411712557360404363072
Binary1010000111110011010110111111110010000010001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179AD; }

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

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

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

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

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

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

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

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