#AD9BDE

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

Shades of Biloba Flower #AD9BDE

Tints of Biloba Flower #AD9BDE

Color information

#AD9BDE (or 0xAD9BDE) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and DE. RGB value is (173,155,222). Sum of RGB (Red+Green+Blue) = 173+155+222=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDE is #526421. Grayscale: #A7A7A7. Windows color (decimal): -5399586 or 14588845. OLE color: 14588845.

HSL color Cylindrical-coordinate representation of color #AD9BDE: hue angle of 256.12º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9BDE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173155222-
CMYK0.220.3000.13
HSL256.12º50.38%73.92%-
HSV(B)256.12º30.18%87.06%-
XYZ42.1437.674.14-
YUV168.02158.46131.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=31.45%
G=28.18%
B=40.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731552220.220.3000.13256.1250.3873.92
HexAD9BDE161E0D100324a
Octal255233336263601540062112
Binary1010110110011011110111101011011110011011000000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BDE; }

 p { color: rgb(173,155,222); }

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

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

 a { background-color: rgb(173,155,222); }

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

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

 span { border-color: rgb(173,155,222); }

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