#A079AB

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

Shades of Ce Soir #A079AB

Tints of Ce Soir #A079AB

Color information

#A079AB (or 0xA079AB) is unknown color: approx Ce Soir. HEX triplet: A0, 79 and AB. RGB value is (160,121,171). Sum of RGB (Red+Green+Blue) = 160+121+171=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A079AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AB is #5F8654. Grayscale: #8A8A8A. Windows color (decimal): -6260309 or 11237792. OLE color: 11237792.

HSL color Cylindrical-coordinate representation of color #A079AB: hue angle of 286.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A079AB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160121171-
CMYK0.060.2900.33
HSL286.8º22.94%57.25%-
HSV(B)286.8º29.24%67.06%-
XYZ28.6924.0941.67-
YUV138.36146.42143.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=35.40%
G=26.77%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601211710.060.2900.33286.822.9457.25
HexA079AB61D02111f1739
Octal2401712536350414372771
Binary1010000011110011010101111011101010000110001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079AB; }

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

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

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

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

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

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

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

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