#A372AC

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

Shades of Ce Soir #A372AC

Tints of Ce Soir #A372AC

Color information

#A372AC (or 0xA372AC) is unknown color: approx Ce Soir. HEX triplet: A3, 72 and AC. RGB value is (163,114,172). Sum of RGB (Red+Green+Blue) = 163+114+172=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A372AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AC is #5C8D53. Grayscale: #878787. Windows color (decimal): -6065492 or 11301539. OLE color: 11301539.

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

Color convert

RGB163114172-
CMYK0.050.3400.33
HSL290.69º25.89%56.08%-
HSV(B)290.69º33.72%67.45%-
XYZ28.5722.841.92-
YUV135.26148.73147.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=36.30%
G=25.39%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631141720.050.3400.33290.6925.8956.08
HexA372AC5220211231a38
Octal2431622545420414433270
Binary10100011111001010101100101100010010000110010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372AC; }

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

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

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

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

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

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

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

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