#A078AD

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

Shades of Ce Soir #A078AD

Tints of Ce Soir #A078AD

Color information

#A078AD (or 0xA078AD) is unknown color: approx Ce Soir. HEX triplet: A0, 78 and AD. RGB value is (160,120,173). Sum of RGB (Red+Green+Blue) = 160+120+173=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A078AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AD is #5F8752. Grayscale: #898989. Windows color (decimal): -6260563 or 11368608. OLE color: 11368608.

HSL color Cylindrical-coordinate representation of color #A078AD: hue angle of 285.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A078AD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160120173-
CMYK0.080.3100.32
HSL285.28º24.42%57.45%-
HSV(B)285.28º30.64%67.84%-
XYZ28.7623.9242.64-
YUV138147.75143.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=35.32%
G=26.49%
B=38.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601201730.080.3100.32285.2824.4257.45
HexA078AD81F02011d1839
Octal24017025510370404353071
Binary10100000111100010101101100011111010000010001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078AD; }

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

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

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

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

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

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

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

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