#AD89CA

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

Shades of East Side #AD89CA

Tints of East Side #AD89CA

Color information

#AD89CA (or 0xAD89CA) is unknown color: approx East Side. HEX triplet: AD, 89 and CA. RGB value is (173,137,202). Sum of RGB (Red+Green+Blue) = 173+137+202=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CA is #527635. Grayscale: #9A9A9A. Windows color (decimal): -5404214 or 13273517. OLE color: 13273517.

HSL color Cylindrical-coordinate representation of color #AD89CA: hue angle of 273.23º degrees, saturation: 0.38, 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 #AD89CA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173137202-
CMYK0.140.3200.21
HSL273.23º38.01%66.47%-
HSV(B)273.23º32.18%79.22%-
XYZ36.8431.0459.93-
YUV155.17154.43140.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=33.79%
G=26.76%
B=39.45%

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
Decimal1731372020.140.3200.21273.2338.0166.47
HexAD89CAE200151112642
Octal255211312164002542146102
Binary10101101100010011100101011101000000101011000100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89CA; }

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

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

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

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

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

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

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

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