#A379AF

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

Shades of Ce Soir #A379AF

Tints of Ce Soir #A379AF

Color information

#A379AF (or 0xA379AF) is unknown color: approx Ce Soir. HEX triplet: A3, 79 and AF. RGB value is (163,121,175). Sum of RGB (Red+Green+Blue) = 163+121+175=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A379AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AF is #5C8650. Grayscale: #8B8B8B. Windows color (decimal): -6063697 or 11499939. OLE color: 11499939.

HSL color Cylindrical-coordinate representation of color #A379AF: hue angle of 286.67º 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 #A379AF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163121175-
CMYK0.070.3100.31
HSL286.67º25.23%58.04%-
HSV(B)286.67º30.86%68.63%-
XYZ29.6824.5643.73-
YUV139.71147.91144.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=35.51%
G=26.36%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631211750.070.3100.31286.6725.2358.04
HexA379AF71F01F11f193a
Octal2431712577370374373172
Binary101000111111001101011111111111101111110001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379AF; }

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

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

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

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

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

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

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

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