#A18DAE

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

Shades of East Side #A18DAE

Tints of East Side #A18DAE

Color information

#A18DAE (or 0xA18DAE) is unknown color: approx East Side. HEX triplet: A1, 8D and AE. RGB value is (161,141,174). Sum of RGB (Red+Green+Blue) = 161+141+174=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A18DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18DAE is #5E7251. Grayscale: #969696. Windows color (decimal): -6189650 or 11439521. OLE color: 11439521.

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

Color convert

RGB161141174-
CMYK0.070.1900.32
HSL276.36º16.92%61.76%-
HSV(B)276.36º18.97%68.24%-
XYZ31.8629.6844.09-
YUV150.74141.13135.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=33.82%
G=29.62%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611411740.070.1900.32276.3616.9261.76
HexA18DAE713020114113e
Octal2412152567230404242176
Binary10100001100011011010111011110011010000010001010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DAE; }

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

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

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

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

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

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

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

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