#A578AE

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

Shades of Ce Soir #A578AE

Tints of Ce Soir #A578AE

Color information

#A578AE (or 0xA578AE) is unknown color: approx Ce Soir. HEX triplet: A5, 78 and AE. RGB value is (165,120,174). Sum of RGB (Red+Green+Blue) = 165+120+174=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #A578AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578AE is #5A8751. Grayscale: #8B8B8B. Windows color (decimal): -5932882 or 11434149. OLE color: 11434149.

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

Color convert

RGB165120174-
CMYK0.050.3100.32
HSL290º25%57.65%-
HSV(B)290º31.03%68.24%-
XYZ29.8724.4943.2-
YUV139.61147.41146.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=35.95%
G=26.14%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651201740.050.3100.322902557.65
HexA578AE51F020122193a
Octal2451702565370404423172
Binary1010010111110001010111010111111010000010010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578AE; }

 p { color: rgb(165,120,174); }

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

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

 a { background-color: rgb(165,120,174); }

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

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

 span { border-color: rgb(165,120,174); }

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