#AD89C8

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

Shades of East Side #AD89C8

Tints of East Side #AD89C8

Color information

#AD89C8 (or 0xAD89C8) is unknown color: approx East Side. HEX triplet: AD, 89 and C8. RGB value is (173,137,200). Sum of RGB (Red+Green+Blue) = 173+137+200=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD89C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C8 is #527637. Grayscale: #9A9A9A. Windows color (decimal): -5404216 or 13142445. OLE color: 13142445.

HSL color Cylindrical-coordinate representation of color #AD89C8: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD89C8 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173137200-
CMYK0.140.3200.22
HSL274.29º36.42%66.08%-
HSV(B)274.29º31.5%78.43%-
XYZ36.630.9558.69-
YUV154.95153.43140.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=33.92%
G=26.86%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731372000.140.3200.22274.2936.4266.08
HexAD89C8E200161122442
Octal255211310164002642244102
Binary10101101100010011100100011101000000101101000100101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89C8; }

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

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

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

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

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

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

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

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