#A18DAD

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

Shades of East Side #A18DAD

Tints of East Side #A18DAD

Color information

#A18DAD (or 0xA18DAD) is unknown color: approx East Side. HEX triplet: A1, 8D and AD. RGB value is (161,141,173). Sum of RGB (Red+Green+Blue) = 161+141+173=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18DAD is #5E7252. Grayscale: #969696. Windows color (decimal): -6189651 or 11373985. OLE color: 11373985.

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

Color convert

RGB161141173-
CMYK0.070.1800.32
HSL277.5º16.33%61.57%-
HSV(B)277.5º18.5%67.84%-
XYZ31.7729.6443.58-
YUV150.63140.63135.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=33.89%
G=29.68%
B=36.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611411730.070.1800.32277.516.3361.57
HexA18DAD712020116103e
Octal2412152557220404262076
Binary10100001100011011010110111110010010000010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DAD; }

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

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

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

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

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

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

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

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