#A375AC

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

Shades of Ce Soir #A375AC

Tints of Ce Soir #A375AC

Color information

#A375AC (or 0xA375AC) is unknown color: approx Ce Soir. HEX triplet: A3, 75 and AC. RGB value is (163,117,172). Sum of RGB (Red+Green+Blue) = 163+117+172=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #A375AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A375AC is #5C8A53. Grayscale: #888888. Windows color (decimal): -6064724 or 11302307. OLE color: 11302307.

HSL color Cylindrical-coordinate representation of color #A375AC: hue angle of 290.18º 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 #A375AC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163117172-
CMYK0.050.3200.33
HSL290.18º24.89%56.67%-
HSV(B)290.18º31.98%67.45%-
XYZ28.9123.4942.04-
YUV137.02147.74146.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=36.06%
G=25.88%
B=38.05%

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
Decimal1631171720.050.3200.33290.1824.8956.67
HexA375AC5200211221939
Octal2431652545400414423171
Binary10100011111010110101100101100000010000110010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375AC; }

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

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

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

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

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

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

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

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