#AD89C9

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

Shades of East Side #AD89C9

Tints of East Side #AD89C9

Color information

#AD89C9 (or 0xAD89C9) is unknown color: approx East Side. HEX triplet: AD, 89 and C9. RGB value is (173,137,201). Sum of RGB (Red+Green+Blue) = 173+137+201=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD89C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C9 is #527636. Grayscale: #9A9A9A. Windows color (decimal): -5404215 or 13207981. OLE color: 13207981.

HSL color Cylindrical-coordinate representation of color #AD89C9: hue angle of 273.75º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD89C9 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173137201-
CMYK0.140.3200.21
HSL273.75º37.21%66.27%-
HSV(B)273.75º31.84%78.82%-
XYZ36.7230.9959.31-
YUV155.06153.93140.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=33.86%
G=26.81%
B=39.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731372010.140.3200.21273.7537.2166.27
HexAD89C9E200151122542
Octal255211311164002542245102
Binary10101101100010011100100111101000000101011000100101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89C9; }

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

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

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

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

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

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

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

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