#A379AA

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

Shades of Ce Soir #A379AA

Tints of Ce Soir #A379AA

Color information

#A379AA (or 0xA379AA) is unknown color: approx Ce Soir. HEX triplet: A3, 79 and AA. RGB value is (163,121,170). Sum of RGB (Red+Green+Blue) = 163+121+170=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A379AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AA is #5C8655. Grayscale: #8A8A8A. Windows color (decimal): -6063702 or 11172259. OLE color: 11172259.

HSL color Cylindrical-coordinate representation of color #A379AA: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A379AA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163121170-
CMYK0.040.2900.33
HSL291.43º22.37%57.06%-
HSV(B)291.43º28.82%66.67%-
XYZ29.224.3641.19-
YUV139.14145.41145.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=35.90%
G=26.65%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631211700.040.2900.33291.4322.3757.06
HexA379AA41D0211231639
Octal2431712524350414432671
Binary1010001111110011010101010011101010000110010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379AA; }

 p { color: rgb(163,121,170); }

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

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

 a { background-color: rgb(163,121,170); }

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

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

 span { border-color: rgb(163,121,170); }

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