#A475AC

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

Shades of Ce Soir #A475AC

Tints of Ce Soir #A475AC

Color information

#A475AC (or 0xA475AC) is unknown color: approx Ce Soir. HEX triplet: A4, 75 and AC. RGB value is (164,117,172). Sum of RGB (Red+Green+Blue) = 164+117+172=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A475AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AC is #5B8A53. Grayscale: #898989. Windows color (decimal): -5999188 or 11302308. OLE color: 11302308.

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

Color convert

RGB164117172-
CMYK0.050.3200.33
HSL291.27º24.89%56.67%-
HSV(B)291.27º31.98%67.45%-
XYZ29.1223.5942.05-
YUV137.32147.57147.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=36.20%
G=25.83%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641171720.050.3200.33291.2724.8956.67
HexA475AC5200211231939
Octal2441652545400414433171
Binary10100100111010110101100101100000010000110010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475AC; }

 p { color: rgb(164,117,172); }

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

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

 a { background-color: rgb(164,117,172); }

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

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

 span { border-color: rgb(164,117,172); }

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