#A179A8

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

Shades of Ce Soir #A179A8

Tints of Ce Soir #A179A8

Color information

#A179A8 (or 0xA179A8) is unknown color: approx Ce Soir. HEX triplet: A1, 79 and A8. RGB value is (161,121,168). Sum of RGB (Red+Green+Blue) = 161+121+168=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 168 - color contains mainly: blue. Hex color #A179A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179A8 is #5E8657. Grayscale: #8A8A8A. Windows color (decimal): -6194776 or 11041185. OLE color: 11041185.

HSL color Cylindrical-coordinate representation of color #A179A8: hue angle of 291.06º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A179A8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB161121168-
CMYK0.040.2800.34
HSL291.06º21.27%56.67%-
HSV(B)291.06º27.98%65.88%-
XYZ28.624.0840.19-
YUV138.32144.75144.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 168 (66.02% from 255) = 37.33%
R=35.78%
G=26.89%
B=37.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611211680.040.2800.34291.0621.2756.67
HexA179A841C0221231539
Octal2411712504340424432571
Binary1010000111110011010100010011100010001010010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179A8; }

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

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

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

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

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

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

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

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