#A177B0

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

Shades of Ce Soir #A177B0

Tints of Ce Soir #A177B0

Color information

#A177B0 (or 0xA177B0) is unknown color: approx Ce Soir. HEX triplet: A1, 77 and B0. RGB value is (161,119,176). Sum of RGB (Red+Green+Blue) = 161+119+176=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 176 - color contains mainly: blue. Hex color #A177B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A177B0 is #5E884F. Grayscale: #898989. Windows color (decimal): -6195280 or 11564961. OLE color: 11564961.

HSL color Cylindrical-coordinate representation of color #A177B0: hue angle of 284.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A177B0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161119176-
CMYK0.090.3200.31
HSL284.21º26.51%57.84%-
HSV(B)284.21º32.39%69.02%-
XYZ29.1323.9144.15-
YUV138.06149.41144.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=35.31%
G=26.10%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611191760.090.3200.31284.2126.5157.84
HexA177B092001F11c1b3a
Octal24116726011400374343372
Binary10100001111011110110000100110000001111110001110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177B0; }

 p { color: rgb(161,119,176); }

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

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

 a { background-color: rgb(161,119,176); }

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

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

 span { border-color: rgb(161,119,176); }

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