#AD89D7

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

Shades of Biloba Flower #AD89D7

Tints of Biloba Flower #AD89D7

Color information

#AD89D7 (or 0xAD89D7) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and D7. RGB value is (173,137,215). Sum of RGB (Red+Green+Blue) = 173+137+215=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD89D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89D7 is #527628. Grayscale: #9C9C9C. Windows color (decimal): -5404201 or 14125485. OLE color: 14125485.

HSL color Cylindrical-coordinate representation of color #AD89D7: hue angle of 267.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD89D7 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173137215-
CMYK0.200.3600.16
HSL267.69º49.37%69.02%-
HSV(B)267.69º36.28%84.31%-
XYZ38.4431.6868.38-
YUV156.66160.93139.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=32.95%
G=26.10%
B=40.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731372150.200.3600.16267.6949.3769.02
HexAD89D7142401010c3145
Octal255211327244402041461105
Binary101011011000100111010111101001001000100001000011001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89D7; }

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

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

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

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

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

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

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

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