#A178A7

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

Shades of Ce Soir #A178A7

Tints of Ce Soir #A178A7

Color information

#A178A7 (or 0xA178A7) is unknown color: approx Ce Soir. HEX triplet: A1, 78 and A7. RGB value is (161,120,167). Sum of RGB (Red+Green+Blue) = 161+120+167=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 167 - color contains mainly: blue. Hex color #A178A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178A7 is #5E8758. Grayscale: #898989. Windows color (decimal): -6195033 or 10975393. OLE color: 10975393.

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

Color convert

RGB161120167-
CMYK0.040.2800.35
HSL292.34º21.08%56.27%-
HSV(B)292.34º28.14%65.49%-
XYZ28.3923.839.66-
YUV137.62144.58144.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 167 (65.62% from 255) = 37.28%
R=35.94%
G=26.79%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611201670.040.2800.35292.3421.0856.27
HexA178A741C0231241538
Octal2411702474340434442570
Binary1010000111110001010011110011100010001110010010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178A7; }

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

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

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

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

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

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

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

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