#A379AD

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

Shades of Ce Soir #A379AD

Tints of Ce Soir #A379AD

Color information

#A379AD (or 0xA379AD) is unknown color: approx Ce Soir. HEX triplet: A3, 79 and AD. RGB value is (163,121,173). Sum of RGB (Red+Green+Blue) = 163+121+173=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A379AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AD is #5C8652. Grayscale: #8B8B8B. Windows color (decimal): -6063699 or 11368867. OLE color: 11368867.

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

Color convert

RGB163121173-
CMYK0.060.3000.32
HSL288.46º24.07%57.65%-
HSV(B)288.46º30.06%67.84%-
XYZ29.4824.4842.71-
YUV139.49146.91144.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=35.67%
G=26.48%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631211730.060.3000.32288.4624.0757.65
HexA379AD61E020120183a
Octal2431712556360404403072
Binary1010001111110011010110111011110010000010010000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379AD; }

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

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

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

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

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

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

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

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