#AD9EBA

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

Shades of East Side #AD9EBA

Tints of East Side #AD9EBA

Color information

#AD9EBA (or 0xAD9EBA) is unknown color: approx East Side. HEX triplet: AD, 9E and BA. RGB value is (173,158,186). Sum of RGB (Red+Green+Blue) = 173+158+186=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBA is #526145. Grayscale: #A5A5A5. Windows color (decimal): -5398854 or 12230317. OLE color: 12230317.

HSL color Cylindrical-coordinate representation of color #AD9EBA: hue angle of 272.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9EBA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173158186-
CMYK0.070.1500.27
HSL272.14º16.87%67.45%-
HSV(B)272.14º15.05%72.94%-
XYZ38.3236.8851.55-
YUV165.68139.47133.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=33.46%
G=30.56%
B=35.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731581860.070.1500.27272.1416.8767.45
HexAD9EBA7F01B1101143
Octal25523627271703342021103
Binary1010110110011110101110101111111011011100010000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EBA; }

 p { color: rgb(173,158,186); }

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

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

 a { background-color: rgb(173,158,186); }

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

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

 span { border-color: rgb(173,158,186); }

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