#A18BAF

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

Shades of East Side #A18BAF

Tints of East Side #A18BAF

Color information

#A18BAF (or 0xA18BAF) is unknown color: approx East Side. HEX triplet: A1, 8B and AF. RGB value is (161,139,175). Sum of RGB (Red+Green+Blue) = 161+139+175=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #A18BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAF is #5E7450. Grayscale: #959595. Windows color (decimal): -6190161 or 11504545. OLE color: 11504545.

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

Color convert

RGB161139175-
CMYK0.080.2100.31
HSL276.67º18.37%61.57%-
HSV(B)276.67º20.57%68.63%-
XYZ31.6729.1444.51-
YUV149.68142.29136.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=33.89%
G=29.26%
B=36.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611391750.080.2100.31276.6718.3761.57
HexA18BAF81501F115123e
Octal24121325710250374252276
Binary10100001100010111010111110001010101111110001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BAF; }

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

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

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

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

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

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

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

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