#AD89BF

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

Shades of East Side #AD89BF

Tints of East Side #AD89BF

Color information

#AD89BF (or 0xAD89BF) is unknown color: approx East Side. HEX triplet: AD, 89 and BF. RGB value is (173,137,191). Sum of RGB (Red+Green+Blue) = 173+137+191=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BF is #527640. Grayscale: #999999. Windows color (decimal): -5404225 or 12552621. OLE color: 12552621.

HSL color Cylindrical-coordinate representation of color #AD89BF: hue angle of 280º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD89BF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173137191-
CMYK0.090.2800.25
HSL280º29.67%64.31%-
HSV(B)280º28.27%74.9%-
XYZ35.5830.5453.31-
YUV153.92148.93141.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 38.12%
R=34.53%
G=27.35%
B=38.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731371910.090.2800.2528029.6764.31
HexAD89BF91C0191181e40
Octal255211277113403143036100
Binary101011011000100110111111100111100011001100011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89BF; }

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

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

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

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

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

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

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

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