#AD89E9

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

Shades of Biloba Flower #AD89E9

Tints of Biloba Flower #AD89E9

Color information

#AD89E9 (or 0xAD89E9) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and E9. RGB value is (173,137,233). Sum of RGB (Red+Green+Blue) = 173+137+233=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD89E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89E9 is #527616. Grayscale: #9E9E9E. Windows color (decimal): -5404183 or 15305133. OLE color: 15305133.

HSL color Cylindrical-coordinate representation of color #AD89E9: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD89E9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173137233-
CMYK0.260.4100.09
HSL262.5º68.57%72.55%-
HSV(B)262.5º41.2%91.37%-
XYZ40.8932.6681.24-
YUV158.71169.93138.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=31.86%
G=25.23%
B=42.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731372330.260.4100.09262.568.5772.55
HexAD89E91A29091064549
Octal2552113513251011406105111
Binary101011011000100111101001110101010010100110000011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89E9; }

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

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

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

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

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

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

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

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