#A377AB

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

Shades of Ce Soir #A377AB

Tints of Ce Soir #A377AB

Color information

#A377AB (or 0xA377AB) is unknown color: approx Ce Soir. HEX triplet: A3, 77 and AB. RGB value is (163,119,171). Sum of RGB (Red+Green+Blue) = 163+119+171=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A377AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377AB is #5C8854. Grayscale: #898989. Windows color (decimal): -6064213 or 11237283. OLE color: 11237283.

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

Color convert

RGB163119171-
CMYK0.050.3000.33
HSL290.77º23.64%56.86%-
HSV(B)290.77º30.41%67.06%-
XYZ29.0523.9241.61-
YUV138.08146.58145.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=35.98%
G=26.27%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631191710.050.3000.33290.7723.6456.86
HexA377AB51E0211231839
Octal2431672535360414433071
Binary1010001111101111010101110111110010000110010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377AB; }

 p { color: rgb(163,119,171); }

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

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

 a { background-color: rgb(163,119,171); }

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

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

 span { border-color: rgb(163,119,171); }

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