#A079AD

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

Shades of Ce Soir #A079AD

Tints of Ce Soir #A079AD

Color information

#A079AD (or 0xA079AD) is unknown color: approx Ce Soir. HEX triplet: A0, 79 and AD. RGB value is (160,121,173). Sum of RGB (Red+Green+Blue) = 160+121+173=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A079AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AD is #5F8652. Grayscale: #8A8A8A. Windows color (decimal): -6260307 or 11368864. OLE color: 11368864.

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

Color convert

RGB160121173-
CMYK0.080.3000.32
HSL285º24.07%57.65%-
HSV(B)285º30.06%67.84%-
XYZ28.8824.1742.68-
YUV138.59147.42143.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=35.24%
G=26.65%
B=38.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601211730.080.3000.3228524.0757.65
HexA079AD81E02011d183a
Octal24017125510360404353072
Binary10100000111100110101101100011110010000010001110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079AD; }

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

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

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

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

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

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

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

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