#A18EB2

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

Shades of East Side #A18EB2

Tints of East Side #A18EB2

Color information

#A18EB2 (or 0xA18EB2) is unknown color: approx East Side. HEX triplet: A1, 8E and B2. RGB value is (161,142,178). Sum of RGB (Red+Green+Blue) = 161+142+178=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #A18EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EB2 is #5E714D. Grayscale: #979797. Windows color (decimal): -6189390 or 11701921. OLE color: 11701921.

HSL color Cylindrical-coordinate representation of color #A18EB2: hue angle of 271.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18EB2 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161142178-
CMYK0.100.2000.30
HSL271.67º18.95%62.75%-
HSV(B)271.67º20.22%69.8%-
XYZ32.4130.1446.23-
YUV151.78142.79134.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=33.47%
G=29.52%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611421780.100.2000.30271.6718.9562.75
HexA18EB2A1401E110133f
Octal24121626212240364202377
Binary10100001100011101011001010101010001111010001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EB2; }

 p { color: rgb(161,142,178); }

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

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

 a { background-color: rgb(161,142,178); }

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

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

 span { border-color: rgb(161,142,178); }

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