#A378AD

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

Shades of Ce Soir #A378AD

Tints of Ce Soir #A378AD

Color information

#A378AD (or 0xA378AD) is unknown color: approx Ce Soir. HEX triplet: A3, 78 and AD. RGB value is (163,120,173). Sum of RGB (Red+Green+Blue) = 163+120+173=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A378AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378AD is #5C8752. Grayscale: #8A8A8A. Windows color (decimal): -6063955 or 11368611. OLE color: 11368611.

HSL color Cylindrical-coordinate representation of color #A378AD: hue angle of 288.68º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A378AD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163120173-
CMYK0.060.3100.32
HSL288.68º24.42%57.45%-
HSV(B)288.68º30.64%67.84%-
XYZ29.3624.2442.67-
YUV138.9147.25145.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=35.75%
G=26.32%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631201730.060.3100.32288.6824.4257.45
HexA378AD61F0201211839
Octal2431702556370404413071
Binary1010001111110001010110111011111010000010010000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378AD; }

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

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

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

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

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

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

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

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