#A077AC

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

Shades of Ce Soir #A077AC

Tints of Ce Soir #A077AC

Color information

#A077AC (or 0xA077AC) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AC. RGB value is (160,119,172). Sum of RGB (Red+Green+Blue) = 160+119+172=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #A077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AC is #5F8853. Grayscale: #898989. Windows color (decimal): -6260820 or 11302816. OLE color: 11302816.

HSL color Cylindrical-coordinate representation of color #A077AC: hue angle of 286.42º 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 #A077AC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160119172-
CMYK0.070.3100.33
HSL286.42º24.2%57.06%-
HSV(B)286.42º30.81%67.45%-
XYZ28.5423.6542.09-
YUV137.3147.58144.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=35.48%
G=26.39%
B=38.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601191720.070.3100.33286.4224.257.06
HexA077AC71F02111e1839
Octal2401672547370414363071
Binary1010000011101111010110011111111010000110001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AC; }

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

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

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

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

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

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

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

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