#A479AF

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

Shades of Ce Soir #A479AF

Tints of Ce Soir #A479AF

Color information

#A479AF (or 0xA479AF) is unknown color: approx Ce Soir. HEX triplet: A4, 79 and AF. RGB value is (164,121,175). Sum of RGB (Red+Green+Blue) = 164+121+175=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A479AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479AF is #5B8650. Grayscale: #8B8B8B. Windows color (decimal): -5998161 or 11499940. OLE color: 11499940.

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

Color convert

RGB164121175-
CMYK0.060.3100.31
HSL287.78º25.23%58.04%-
HSV(B)287.78º30.86%68.63%-
XYZ29.8924.6643.74-
YUV140.01147.75145.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=35.65%
G=26.30%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641211750.060.3100.31287.7825.2358.04
HexA479AF61F01F120193a
Octal2441712576370374403172
Binary101001001111001101011111101111101111110010000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479AF; }

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

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

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

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

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

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

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

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