#A178AD

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

Shades of Ce Soir #A178AD

Tints of Ce Soir #A178AD

Color information

#A178AD (or 0xA178AD) is unknown color: approx Ce Soir. HEX triplet: A1, 78 and AD. RGB value is (161,120,173). Sum of RGB (Red+Green+Blue) = 161+120+173=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A178AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178AD is #5E8752. Grayscale: #8A8A8A. Windows color (decimal): -6195027 or 11368609. OLE color: 11368609.

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

Color convert

RGB161120173-
CMYK0.070.3100.32
HSL286.42º24.42%57.45%-
HSV(B)286.42º30.64%67.84%-
XYZ28.9624.0342.65-
YUV138.3147.58144.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=35.46%
G=26.43%
B=38.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611201730.070.3100.32286.4224.4257.45
HexA178AD71F02011e1839
Octal2411702557370404363071
Binary1010000111110001010110111111111010000010001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178AD; }

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

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

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

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

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

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

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

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