#A178AA

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

Shades of Ce Soir #A178AA

Tints of Ce Soir #A178AA

Color information

#A178AA (or 0xA178AA) is unknown color: approx Ce Soir. HEX triplet: A1, 78 and AA. RGB value is (161,120,170). Sum of RGB (Red+Green+Blue) = 161+120+170=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178AA is #5E8755. Grayscale: #898989. Windows color (decimal): -6195030 or 11172001. OLE color: 11172001.

HSL color Cylindrical-coordinate representation of color #A178AA: hue angle of 289.2º degrees, saturation: 0.23, 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 #A178AA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161120170-
CMYK0.050.2900.33
HSL289.2º22.73%56.86%-
HSV(B)289.2º29.41%66.67%-
XYZ28.6723.9141.13-
YUV137.96146.08144.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=35.70%
G=26.61%
B=37.69%

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
Decimal1611201700.050.2900.33289.222.7356.86
HexA178AA51D0211211739
Octal2411702525350414412771
Binary1010000111110001010101010111101010000110010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178AA; }

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

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

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

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

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

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

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

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