#A079AF

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

Shades of Ce Soir #A079AF

Tints of Ce Soir #A079AF

Color information

#A079AF (or 0xA079AF) is unknown color: approx Ce Soir. HEX triplet: A0, 79 and AF. RGB value is (160,121,175). Sum of RGB (Red+Green+Blue) = 160+121+175=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A079AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AF is #5F8650. Grayscale: #8A8A8A. Windows color (decimal): -6260305 or 11499936. OLE color: 11499936.

HSL color Cylindrical-coordinate representation of color #A079AF: hue angle of 283.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A079AF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160121175-
CMYK0.090.3100.31
HSL283.33º25.23%58.04%-
HSV(B)283.33º30.86%68.63%-
XYZ29.0724.2443.7-
YUV138.82148.42143.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=35.09%
G=26.54%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601211750.090.3100.31283.3325.2358.04
HexA079AF91F01F11b193a
Octal24017125711370374333172
Binary1010000011110011010111110011111101111110001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079AF; }

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

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

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

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

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

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

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

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