#AD89E3

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

Shades of Biloba Flower #AD89E3

Tints of Biloba Flower #AD89E3

Color information

#AD89E3 (or 0xAD89E3) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and E3. RGB value is (173,137,227). Sum of RGB (Red+Green+Blue) = 173+137+227=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD89E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89E3 is #52761C. Grayscale: #9D9D9D. Windows color (decimal): -5404189 or 14911917. OLE color: 14911917.

HSL color Cylindrical-coordinate representation of color #AD89E3: hue angle of 264º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD89E3 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173137227-
CMYK0.240.4000.11
HSL264º61.64%71.37%-
HSV(B)264º39.65%89.02%-
XYZ40.0432.3276.8-
YUV158.02166.93138.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=32.22%
G=25.51%
B=42.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731372270.240.4000.1126461.6471.37
HexAD89E318280B1083e47
Octal255211343305001341076107
Binary10101101100010011110001111000101000010111000010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89E3; }

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

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

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

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

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

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

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

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