#A077AF

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

Shades of Ce Soir #A077AF

Tints of Ce Soir #A077AF

Color information

#A077AF (or 0xA077AF) is unknown color: approx Ce Soir. HEX triplet: A0, 77 and AF. RGB value is (160,119,175). Sum of RGB (Red+Green+Blue) = 160+119+175=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #A077AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AF is #5F8850. Grayscale: #898989. Windows color (decimal): -6260817 or 11499424. OLE color: 11499424.

HSL color Cylindrical-coordinate representation of color #A077AF: hue angle of 283.93º degrees, saturation: 0.26, 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 #A077AF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160119175-
CMYK0.090.3200.31
HSL283.93º25.93%57.65%-
HSV(B)283.93º32%68.63%-
XYZ28.8323.7643.62-
YUV137.64149.08143.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=35.24%
G=26.21%
B=38.55%

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
Decimal1601191750.090.3200.31283.9325.9357.65
HexA077AF92001F11c1a3a
Octal24016725711400374343272
Binary10100000111011110101111100110000001111110001110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077AF; }

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

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

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

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

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

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

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

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