#A077AB

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

Shades of Ce Soir #A077AB

Tints of Ce Soir #A077AB

Color information

#A077AB (or 0xA077AB) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AB. RGB value is (160,119,171). Sum of RGB (Red+Green+Blue) = 160+119+171=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A077AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AB is #5F8854. Grayscale: #898989. Windows color (decimal): -6260821 or 11237280. OLE color: 11237280.

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

Color convert

RGB160119171-
CMYK0.060.3000.33
HSL287.31º23.64%56.86%-
HSV(B)287.31º30.41%67.06%-
XYZ28.4423.6141.59-
YUV137.19147.08144.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 171 (67.19% from 255) = 38%
R=35.56%
G=26.44%
B=38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601191710.060.3000.33287.3123.6456.86
HexA077AB61E02111f1839
Octal2401672536360414373071
Binary1010000011101111010101111011110010000110001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AB; }

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

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

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

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

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

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

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

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