#AD89F0

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

Shades of Biloba Flower #AD89F0

Tints of Biloba Flower #AD89F0

Color information

#AD89F0 (or 0xAD89F0) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and F0. RGB value is (173,137,240). Sum of RGB (Red+Green+Blue) = 173+137+240=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD89F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89F0 is #52760F. Grayscale: #9F9F9F. Windows color (decimal): -5404176 or 15763885. OLE color: 15763885.

HSL color Cylindrical-coordinate representation of color #AD89F0: hue angle of 260.97º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD89F0 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173137240-
CMYK0.280.4300.06
HSL260.97º77.44%73.92%-
HSV(B)260.97º42.92%94.12%-
XYZ41.9133.0786.61-
YUV159.51173.43137.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 137 (53.91% from 255) = 24.91%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=31.45%
G=24.91%
B=43.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731372400.280.4300.06260.9777.4473.92
HexAD89F01C2B061054d4a
Octal255211360345306405115112
Binary10101101100010011111000011100101011011010000010110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89F0; }

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

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

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

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

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

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

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

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