#AD89C0

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

Shades of East Side #AD89C0

Tints of East Side #AD89C0

Color information

#AD89C0 (or 0xAD89C0) is unknown color: approx East Side. HEX triplet: AD, 89 and C0. RGB value is (173,137,192). Sum of RGB (Red+Green+Blue) = 173+137+192=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD89C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C0 is #52763F. Grayscale: #999999. Windows color (decimal): -5404224 or 12618157. OLE color: 12618157.

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

Color convert

RGB173137192-
CMYK0.100.2900.25
HSL279.27º30.39%64.51%-
HSV(B)279.27º28.65%75.29%-
XYZ35.6930.5853.89-
YUV154.03149.43141.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=34.46%
G=27.29%
B=38.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731371920.100.2900.25279.2730.3964.51
HexAD89C0A1D0191171e41
Octal255211300123503142736101
Binary101011011000100111000000101011101011001100010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89C0; }

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

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

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

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

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

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

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

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