#A18FAE

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

Shades of East Side #A18FAE

Tints of East Side #A18FAE

Color information

#A18FAE (or 0xA18FAE) is unknown color: approx East Side. HEX triplet: A1, 8F and AE. RGB value is (161,143,174). Sum of RGB (Red+Green+Blue) = 161+143+174=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #A18FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAE is #5E7051. Grayscale: #979797. Windows color (decimal): -6189138 or 11440033. OLE color: 11440033.

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

Color convert

RGB161143174-
CMYK0.070.1800.32
HSL274.84º16.06%62.16%-
HSV(B)274.84º17.82%68.24%-
XYZ32.1630.2844.19-
YUV151.92140.46134.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=33.68%
G=29.92%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611431740.070.1800.32274.8416.0662.16
HexA18FAE712020113103e
Octal2412172567220404232076
Binary10100001100011111010111011110010010000010001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FAE; }

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

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

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

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

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

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

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

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