#A378AB

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

Shades of Ce Soir #A378AB

Tints of Ce Soir #A378AB

Color information

#A378AB (or 0xA378AB) is unknown color: approx Ce Soir. HEX triplet: A3, 78 and AB. RGB value is (163,120,171). Sum of RGB (Red+Green+Blue) = 163+120+171=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A378AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378AB is #5C8754. Grayscale: #8A8A8A. Windows color (decimal): -6063957 or 11237539. OLE color: 11237539.

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

Color convert

RGB163120171-
CMYK0.050.3000.33
HSL290.59º23.29%57.06%-
HSV(B)290.59º29.82%67.06%-
XYZ29.1724.1641.65-
YUV138.67146.25145.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=35.90%
G=26.43%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631201710.050.3000.33290.5923.2957.06
HexA378AB51E0211231739
Octal2431702535360414432771
Binary1010001111110001010101110111110010000110010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378AB; }

 p { color: rgb(163,120,171); }

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

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

 a { background-color: rgb(163,120,171); }

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

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

 span { border-color: rgb(163,120,171); }

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