#A18FAC

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

Shades of East Side #A18FAC

Tints of East Side #A18FAC

Color information

#A18FAC (or 0xA18FAC) is unknown color: approx East Side. HEX triplet: A1, 8F and AC. RGB value is (161,143,172). Sum of RGB (Red+Green+Blue) = 161+143+172=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #A18FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAC is #5E7053. Grayscale: #979797. Windows color (decimal): -6189140 or 11308961. OLE color: 11308961.

HSL color Cylindrical-coordinate representation of color #A18FAC: hue angle of 277.24º 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 #A18FAC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161143172-
CMYK0.060.1700.33
HSL277.24º14.87%61.76%-
HSV(B)277.24º16.86%67.45%-
XYZ31.9730.243.17-
YUV151.69139.46134.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=33.82%
G=30.04%
B=36.13%

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
Decimal1611431720.060.1700.33277.2414.8761.76
HexA18FAC611021115f3e
Octal2412172546210414251776
Binary1010000110001111101011001101000101000011000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FAC; }

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

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

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

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

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

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

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

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