#AD89E2

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

Shades of Biloba Flower #AD89E2

Tints of Biloba Flower #AD89E2

Color information

#AD89E2 (or 0xAD89E2) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and E2. RGB value is (173,137,226). Sum of RGB (Red+Green+Blue) = 173+137+226=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD89E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89E2 is #52761D. Grayscale: #9D9D9D. Windows color (decimal): -5404190 or 14846381. OLE color: 14846381.

HSL color Cylindrical-coordinate representation of color #AD89E2: hue angle of 264.27º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD89E2 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173137226-
CMYK0.230.3900.11
HSL264.27º60.54%71.18%-
HSV(B)264.27º39.38%88.63%-
XYZ39.9132.2776.08-
YUV157.91166.43138.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=32.28%
G=25.56%
B=42.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731372260.230.3900.11264.2760.5471.18
HexAD89E217270B1083d47
Octal255211342274701341075107
Binary10101101100010011110001010111100111010111000010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89E2; }

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

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

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

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

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

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

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

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