#AD89D0

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

Shades of Biloba Flower #AD89D0

Tints of Biloba Flower #AD89D0

Color information

#AD89D0 (or 0xAD89D0) is unknown color: approx Biloba Flower. HEX triplet: AD, 89 and D0. RGB value is (173,137,208). Sum of RGB (Red+Green+Blue) = 173+137+208=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89D0 is #52762F. Grayscale: #9B9B9B. Windows color (decimal): -5404208 or 13666733. OLE color: 13666733.

HSL color Cylindrical-coordinate representation of color #AD89D0: hue angle of 270.42º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD89D0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173137208-
CMYK0.170.3400.18
HSL270.42º43.03%67.65%-
HSV(B)270.42º34.13%81.57%-
XYZ37.5631.3363.74-
YUV155.86157.43140.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=33.40%
G=26.45%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731372080.170.3400.18270.4243.0367.65
HexAD89D0112201210e2b44
Octal255211320214202241653104
Binary101011011000100111010000100011000100100101000011101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89D0; }

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

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

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

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

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

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

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

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