#AD89C4

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

Shades of East Side #AD89C4

Tints of East Side #AD89C4

Color information

#AD89C4 (or 0xAD89C4) is unknown color: approx East Side. HEX triplet: AD, 89 and C4. RGB value is (173,137,196). Sum of RGB (Red+Green+Blue) = 173+137+196=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD89C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C4 is #52763B. Grayscale: #9A9A9A. Windows color (decimal): -5404220 or 12880301. OLE color: 12880301.

HSL color Cylindrical-coordinate representation of color #AD89C4: hue angle of 276.61º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD89C4 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173137196-
CMYK0.120.3000.23
HSL276.61º33.33%65.29%-
HSV(B)276.61º30.1%76.86%-
XYZ36.1430.7656.26-
YUV154.49151.43141.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=34.19%
G=27.08%
B=38.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731371960.120.3000.23276.6133.3365.29
HexAD89C4C1E0171152141
Octal255211304143602742541101
Binary1010110110001001110001001100111100101111000101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89C4; }

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

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

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

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

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

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

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

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