#AD9DBA

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

Shades of East Side #AD9DBA

Tints of East Side #AD9DBA

Color information

#AD9DBA (or 0xAD9DBA) is unknown color: approx East Side. HEX triplet: AD, 9D and BA. RGB value is (173,157,186). Sum of RGB (Red+Green+Blue) = 173+157+186=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBA is #526245. Grayscale: #A4A4A4. Windows color (decimal): -5399110 or 12230061. OLE color: 12230061.

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

Color convert

RGB173157186-
CMYK0.070.1600.27
HSL273.1º17.37%67.25%-
HSV(B)273.1º15.59%72.94%-
XYZ38.1536.5451.5-
YUV165.09139.8133.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=33.53%
G=30.43%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731571860.070.1600.27273.117.3767.25
HexAD9DBA71001B1111143
Octal25523527272003342121103
Binary10101101100111011011101011110000011011100010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DBA; }

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

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

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

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

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

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

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

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