#A372AF

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

Shades of Ce Soir #A372AF

Tints of Ce Soir #A372AF

Color information

#A372AF (or 0xA372AF) is unknown color: approx Ce Soir. HEX triplet: A3, 72 and AF. RGB value is (163,114,175). Sum of RGB (Red+Green+Blue) = 163+114+175=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A372AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AF is #5C8D50. Grayscale: #878787. Windows color (decimal): -6065489 or 11498147. OLE color: 11498147.

HSL color Cylindrical-coordinate representation of color #A372AF: hue angle of 288.2º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A372AF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163114175-
CMYK0.070.3500.31
HSL288.2º27.6%56.67%-
HSV(B)288.2º34.86%68.63%-
XYZ28.8622.9243.46-
YUV135.6150.23147.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=36.06%
G=25.22%
B=38.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631141750.070.3500.31288.227.656.67
HexA372AF72301F1201c39
Octal2431622577430374403471
Binary1010001111100101010111111110001101111110010000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372AF; }

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

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

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

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

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

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

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

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