#A078A7

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

Shades of Ce Soir #A078A7

Tints of Ce Soir #A078A7

Color information

#A078A7 (or 0xA078A7) is unknown color: approx Ce Soir. HEX triplet: A0, 78 and A7. RGB value is (160,120,167). Sum of RGB (Red+Green+Blue) = 160+120+167=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 167 - color contains mainly: blue. Hex color #A078A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078A7 is #5F8758. Grayscale: #898989. Windows color (decimal): -6260569 or 10975392. OLE color: 10975392.

HSL color Cylindrical-coordinate representation of color #A078A7: hue angle of 291.06º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A078A7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160120167-
CMYK0.040.2800.35
HSL291.06º21.08%56.27%-
HSV(B)291.06º28.14%65.49%-
XYZ28.1923.739.65-
YUV137.32144.75144.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=35.79%
G=26.85%
B=37.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601201670.040.2800.35291.0621.0856.27
HexA078A741C0231231538
Octal2401702474340434432570
Binary1010000011110001010011110011100010001110010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078A7; }

 p { color: rgb(160,120,167); }

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

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

 a { background-color: rgb(160,120,167); }

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

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

 span { border-color: rgb(160,120,167); }

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