#A377AC

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

Shades of Ce Soir #A377AC

Tints of Ce Soir #A377AC

Color information

#A377AC (or 0xA377AC) is unknown color: approx Ce Soir. HEX triplet: A3, 77 and AC. RGB value is (163,119,172). Sum of RGB (Red+Green+Blue) = 163+119+172=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #A377AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377AC is #5C8853. Grayscale: #8A8A8A. Windows color (decimal): -6064212 or 11302819. OLE color: 11302819.

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

Color convert

RGB163119172-
CMYK0.050.3100.33
HSL289.81º24.2%57.06%-
HSV(B)289.81º30.81%67.45%-
XYZ29.1523.9642.12-
YUV138.2147.08145.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=35.90%
G=26.21%
B=37.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631191720.050.3100.33289.8124.257.06
HexA377AC51F0211221839
Octal2431672545370414423071
Binary1010001111101111010110010111111010000110010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377AC; }

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

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

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

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

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

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

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

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