#A18FAF

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

Shades of East Side #A18FAF

Tints of East Side #A18FAF

Color information

#A18FAF (or 0xA18FAF) is unknown color: approx East Side. HEX triplet: A1, 8F and AF. RGB value is (161,143,175). Sum of RGB (Red+Green+Blue) = 161+143+175=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #A18FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAF is #5E7050. Grayscale: #979797. Windows color (decimal): -6189137 or 11505569. OLE color: 11505569.

HSL color Cylindrical-coordinate representation of color #A18FAF: hue angle of 273.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18FAF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161143175-
CMYK0.080.1800.31
HSL273.75º16.67%62.35%-
HSV(B)273.75º18.29%68.63%-
XYZ32.2630.3244.71-
YUV152.03140.96134.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=33.61%
G=29.85%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611431750.080.1800.31273.7516.6762.35
HexA18FAF81201F112113e
Octal24121725710220374222176
Binary10100001100011111010111110001001001111110001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FAF; }

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

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

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

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

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

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

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

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