#A18BAD

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

Shades of East Side #A18BAD

Tints of East Side #A18BAD

Color information

#A18BAD (or 0xA18BAD) is unknown color: approx East Side. HEX triplet: A1, 8B and AD. RGB value is (161,139,173). Sum of RGB (Red+Green+Blue) = 161+139+173=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAD is #5E7452. Grayscale: #959595. Windows color (decimal): -6190163 or 11373473. OLE color: 11373473.

HSL color Cylindrical-coordinate representation of color #A18BAD: hue angle of 278.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18BAD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161139173-
CMYK0.070.2000.32
HSL278.82º17.17%61.18%-
HSV(B)278.82º19.65%67.84%-
XYZ31.4729.0643.49-
YUV149.45141.29136.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=34.04%
G=29.39%
B=36.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611391730.070.2000.32278.8217.1761.18
HexA18BAD714020117113d
Octal2412132557240404272175
Binary10100001100010111010110111110100010000010001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BAD; }

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

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

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

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

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

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

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

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