#A478AB

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

Shades of Ce Soir #A478AB

Tints of Ce Soir #A478AB

Color information

#A478AB (or 0xA478AB) is unknown color: approx Ce Soir. HEX triplet: A4, 78 and AB. RGB value is (164,120,171). Sum of RGB (Red+Green+Blue) = 164+120+171=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A478AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478AB is #5B8754. Grayscale: #8A8A8A. Windows color (decimal): -5998421 or 11237540. OLE color: 11237540.

HSL color Cylindrical-coordinate representation of color #A478AB: hue angle of 291.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A478AB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164120171-
CMYK0.040.3000.33
HSL291.76º23.29%57.06%-
HSV(B)291.76º29.82%67.06%-
XYZ29.3824.2741.66-
YUV138.97146.08145.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=36.04%
G=26.37%
B=37.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641201710.040.3000.33291.7623.2957.06
HexA478AB41E0211241739
Octal2441702534360414442771
Binary1010010011110001010101110011110010000110010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478AB; }

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

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

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

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

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

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

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

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