#AD89EB

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

Shades of Biloba Flower #AD89EB

Tints of Biloba Flower #AD89EB

Color information

#AD89EB (or 0xAD89EB) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and EB. RGB value is (173,137,235). Sum of RGB (Red+Green+Blue) = 173+137+235=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD89EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89EB is #527614. Grayscale: #9E9E9E. Windows color (decimal): -5404181 or 15436205. OLE color: 15436205.

HSL color Cylindrical-coordinate representation of color #AD89EB: hue angle of 262.04º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD89EB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173137235-
CMYK0.260.4200.08
HSL262.04º71.01%72.94%-
HSV(B)262.04º41.7%92.16%-
XYZ41.1732.7782.75-
YUV158.94170.93138.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=31.74%
G=25.14%
B=43.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731372350.260.4200.08262.0471.0172.94
HexAD89EB1A2A081064749
Octal2552113533252010406107111
Binary101011011000100111101011110101010100100010000011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89EB; }

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

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

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

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

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

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

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

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