#A18EAC

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

Shades of East Side #A18EAC

Tints of East Side #A18EAC

Color information

#A18EAC (or 0xA18EAC) is unknown color: approx East Side. HEX triplet: A1, 8E and AC. RGB value is (161,142,172). Sum of RGB (Red+Green+Blue) = 161+142+172=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #A18EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAC is #5E7153. Grayscale: #979797. Windows color (decimal): -6189396 or 11308705. OLE color: 11308705.

HSL color Cylindrical-coordinate representation of color #A18EAC: hue angle of 278º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18EAC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161142172-
CMYK0.060.1700.33
HSL278º15.31%61.57%-
HSV(B)278º17.44%67.45%-
XYZ31.8229.943.12-
YUV151.1139.79135.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=33.89%
G=29.89%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611421720.060.1700.3327815.3161.57
HexA18EAC611021116f3e
Octal2412162546210414261776
Binary1010000110001110101011001101000101000011000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EAC; }

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

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

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

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

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

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

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

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