#AD89EC

Color #AD89EC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD89EC

Tints of Biloba Flower #AD89EC

Color information

#AD89EC (or 0xAD89EC) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and EC. RGB value is (173,137,236). Sum of RGB (Red+Green+Blue) = 173+137+236=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89EC is #527613. Grayscale: #9E9E9E. Windows color (decimal): -5404180 or 15501741. OLE color: 15501741.

HSL color Cylindrical-coordinate representation of color #AD89EC: hue angle of 261.82º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD89EC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173137236-
CMYK0.270.4200.07
HSL261.82º72.26%73.14%-
HSV(B)261.82º41.95%92.55%-
XYZ41.3232.8383.52-
YUV159.05171.43137.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=31.68%
G=25.09%
B=43.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731372360.270.4200.07261.8272.2673.14
HexAD89EC1B2A071064849
Octal255211354335207406110111
Binary10101101100010011110110011011101010011110000011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89EC; }

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

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

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

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

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

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

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

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