#A078AB

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

Shades of Ce Soir #A078AB

Tints of Ce Soir #A078AB

Color information

#A078AB (or 0xA078AB) is unknown color: approx Ce Soir. HEX triplet: A0, 78 and AB. RGB value is (160,120,171). Sum of RGB (Red+Green+Blue) = 160+120+171=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A078AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AB is #5F8754. Grayscale: #898989. Windows color (decimal): -6260565 or 11237536. OLE color: 11237536.

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

Color convert

RGB160120171-
CMYK0.060.3000.33
HSL287.06º23.29%57.06%-
HSV(B)287.06º29.82%67.06%-
XYZ28.5623.8541.63-
YUV137.77146.75143.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=35.48%
G=26.61%
B=37.92%

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
Decimal1601201710.060.3000.33287.0623.2957.06
HexA078AB61E02111f1739
Octal2401702536360414372771
Binary1010000011110001010101111011110010000110001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078AB; }

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

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

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

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

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

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

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

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