#A179AA

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

Shades of Ce Soir #A179AA

Tints of Ce Soir #A179AA

Color information

#A179AA (or 0xA179AA) is unknown color: approx Ce Soir. HEX triplet: A1, 79 and AA. RGB value is (161,121,170). Sum of RGB (Red+Green+Blue) = 161+121+170=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A179AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179AA is #5E8655. Grayscale: #8A8A8A. Windows color (decimal): -6194774 or 11172257. OLE color: 11172257.

HSL color Cylindrical-coordinate representation of color #A179AA: hue angle of 288.98º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A179AA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161121170-
CMYK0.050.2900.33
HSL288.98º22.37%57.06%-
HSV(B)288.98º28.82%66.67%-
XYZ28.7924.1541.17-
YUV138.55145.75144.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=35.62%
G=26.77%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611211700.050.2900.33288.9822.3757.06
HexA179AA51D0211211639
Octal2411712525350414412671
Binary1010000111110011010101010111101010000110010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179AA; }

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

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

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

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

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

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

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

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