#A478B2

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

Shades of Ce Soir #A478B2

Tints of Ce Soir #A478B2

Color information

#A478B2 (or 0xA478B2) is unknown color: approx Ce Soir. HEX triplet: A4, 78 and B2. RGB value is (164,120,178). Sum of RGB (Red+Green+Blue) = 164+120+178=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #A478B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478B2 is #5B874D. Grayscale: #8B8B8B. Windows color (decimal): -5998414 or 11696292. OLE color: 11696292.

HSL color Cylindrical-coordinate representation of color #A478B2: hue angle of 285.52º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A478B2 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164120178-
CMYK0.080.3300.30
HSL285.52º27.36%58.43%-
HSV(B)285.52º32.58%69.8%-
XYZ30.0624.5445.27-
YUV139.77149.58145.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=35.50%
G=25.97%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641201780.080.3300.30285.5227.3658.43
HexA478B282101E11e1b3a
Octal24417026210410364363372
Binary10100100111100010110010100010000101111010001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478B2; }

 p { color: rgb(164,120,178); }

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

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

 a { background-color: rgb(164,120,178); }

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

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

 span { border-color: rgb(164,120,178); }

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