#AD89BA

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

Shades of East Side #AD89BA

Tints of East Side #AD89BA

Color information

#AD89BA (or 0xAD89BA) is unknown color: approx East Side. HEX triplet: AD, 89 and BA. RGB value is (173,137,186). Sum of RGB (Red+Green+Blue) = 173+137+186=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BA is #527645. Grayscale: #999999. Windows color (decimal): -5404230 or 12224941. OLE color: 12224941.

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

Color convert

RGB173137186-
CMYK0.070.2600.27
HSL284.08º26.2%63.33%-
HSV(B)284.08º26.34%72.94%-
XYZ35.0430.3250.46-
YUV153.35146.43142.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=34.88%
G=27.62%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731371860.070.2600.27284.0826.263.33
HexAD89BA71A01B11c1a3f
Octal2552112727320334343277
Binary1010110110001001101110101111101001101110001110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89BA; }

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

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

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

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

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

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

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

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