#A18BAC

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

Shades of East Side #A18BAC

Tints of East Side #A18BAC

Color information

#A18BAC (or 0xA18BAC) is unknown color: approx East Side. HEX triplet: A1, 8B and AC. RGB value is (161,139,172). Sum of RGB (Red+Green+Blue) = 161+139+172=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A18BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAC is #5E7453. Grayscale: #959595. Windows color (decimal): -6190164 or 11307937. OLE color: 11307937.

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

Color convert

RGB161139172-
CMYK0.060.1900.33
HSL280º16.58%60.98%-
HSV(B)280º19.19%67.45%-
XYZ31.3829.0242.98-
YUV149.34140.79136.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=34.11%
G=29.45%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611391720.060.1900.3328016.5860.98
HexA18BAC613021118113d
Octal2412132546230414302175
Binary10100001100010111010110011010011010000110001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BAC; }

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

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

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

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

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

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

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

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