#A18CB0

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

Shades of East Side #A18CB0

Tints of East Side #A18CB0

Color information

#A18CB0 (or 0xA18CB0) is unknown color: approx East Side. HEX triplet: A1, 8C and B0. RGB value is (161,140,176). Sum of RGB (Red+Green+Blue) = 161+140+176=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 176 - color contains mainly: blue. Hex color #A18CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CB0 is #5E734F. Grayscale: #969696. Windows color (decimal): -6189904 or 11570337. OLE color: 11570337.

HSL color Cylindrical-coordinate representation of color #A18CB0: hue angle of 275º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18CB0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161140176-
CMYK0.090.2000.31
HSL275º18.56%61.96%-
HSV(B)275º20.45%69.02%-
XYZ31.9129.4745.08-
YUV150.38142.46135.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=33.75%
G=29.35%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611401760.090.2000.3127518.5661.96
HexA18CB091401F113133e
Octal24121426011240374232376
Binary10100001100011001011000010011010001111110001001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CB0; }

 p { color: rgb(161,140,176); }

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

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

 a { background-color: rgb(161,140,176); }

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

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

 span { border-color: rgb(161,140,176); }

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