#A375B4

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

Shades of Ce Soir #A375B4

Tints of Ce Soir #A375B4

Color information

#A375B4 (or 0xA375B4) is unknown color: approx Ce Soir. HEX triplet: A3, 75 and B4. RGB value is (163,117,180). Sum of RGB (Red+Green+Blue) = 163+117+180=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #A375B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375B4 is #5C8A4B. Grayscale: #898989. Windows color (decimal): -6064716 or 11826595. OLE color: 11826595.

HSL color Cylindrical-coordinate representation of color #A375B4: hue angle of 283.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A375B4 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163117180-
CMYK0.090.3500.29
HSL283.81º29.58%58.24%-
HSV(B)283.81º35%70.59%-
XYZ29.723.846.21-
YUV137.94151.74145.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=35.43%
G=25.43%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631171800.090.3500.29283.8129.5858.24
HexA375B492301D11c1e3a
Octal24316526411430354343672
Binary10100011111010110110100100110001101110110001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375B4; }

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

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

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

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

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

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

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

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