#A18FAD

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

Shades of East Side #A18FAD

Tints of East Side #A18FAD

Color information

#A18FAD (or 0xA18FAD) is unknown color: approx East Side. HEX triplet: A1, 8F and AD. RGB value is (161,143,173). Sum of RGB (Red+Green+Blue) = 161+143+173=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAD is #5E7052. Grayscale: #979797. Windows color (decimal): -6189139 or 11374497. OLE color: 11374497.

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

Color convert

RGB161143173-
CMYK0.070.1700.32
HSL276º15.46%61.96%-
HSV(B)276º17.34%67.84%-
XYZ32.0630.2443.68-
YUV151.8139.96134.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=33.75%
G=29.98%
B=36.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611431730.070.1700.3227615.4661.96
HexA18FAD711020114f3e
Octal2412172557210404241776
Binary1010000110001111101011011111000101000001000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FAD; }

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

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

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

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

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

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

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

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