#AD89F9

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

Shades of Biloba Flower #AD89F9

Tints of Biloba Flower #AD89F9

Color information

#AD89F9 (or 0xAD89F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and F9. RGB value is (173,137,249). Sum of RGB (Red+Green+Blue) = 173+137+249=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD89F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89F9 is #527606. Grayscale: #A0A0A0. Windows color (decimal): -5404167 or 16353709. OLE color: 16353709.

HSL color Cylindrical-coordinate representation of color #AD89F9: hue angle of 259.29º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD89F9 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173137249-
CMYK0.310.4500.02
HSL259.29º90.32%75.69%-
HSV(B)259.29º44.98%97.65%-
XYZ43.2833.6293.83-
YUV160.53177.93136.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=30.95%
G=24.51%
B=44.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731372490.310.4500.02259.2990.3275.69
HexAD89F91F2D021035a4c
Octal255211371375502403132114
Binary1010110110001001111110011111110110101010000001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89F9; }

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

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

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

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

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

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

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

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