#AD89E7

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

Shades of Biloba Flower #AD89E7

Tints of Biloba Flower #AD89E7

Color information

#AD89E7 (or 0xAD89E7) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and E7. RGB value is (173,137,231). Sum of RGB (Red+Green+Blue) = 173+137+231=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89E7 is #527618. Grayscale: #9E9E9E. Windows color (decimal): -5404185 or 15174061. OLE color: 15174061.

HSL color Cylindrical-coordinate representation of color #AD89E7: hue angle of 262.98º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD89E7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173137231-
CMYK0.250.4100.09
HSL262.98º66.2%72.16%-
HSV(B)262.98º40.69%90.59%-
XYZ40.632.5579.74-
YUV158.48168.93138.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=31.98%
G=25.32%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731372310.250.4100.09262.9866.272.16
HexAD89E71929091074248
Octal2552113473151011407102110
Binary101011011000100111100111110011010010100110000011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89E7; }

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

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

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

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

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

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

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

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