#A379B5

Color #A379B5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A379B5

Tints of East Side #A379B5

Color information

#A379B5 (or 0xA379B5) is unknown color: approx East Side. HEX triplet: A3, 79 and B5. RGB value is (163,121,181). Sum of RGB (Red+Green+Blue) = 163+121+181=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #A379B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379B5 is #5C864A. Grayscale: #8C8C8C. Windows color (decimal): -6063691 or 11893155. OLE color: 11893155.

HSL color Cylindrical-coordinate representation of color #A379B5: hue angle of 282º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A379B5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163121181-
CMYK0.100.3300.29
HSL282º28.85%59.22%-
HSV(B)282º33.15%70.98%-
XYZ30.2824.846.91-
YUV140.4150.91144.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 181 (71.09% from 255) = 38.92%
R=35.05%
G=26.02%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631211810.100.3300.2928228.8559.22
HexA379B5A2101D11a1d3b
Octal24317126512410354323573
Binary10100011111100110110101101010000101110110001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379B5; }

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

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

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

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

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

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

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

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