#AD9BDB

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

Shades of Biloba Flower #AD9BDB

Tints of Biloba Flower #AD9BDB

Color information

#AD9BDB (or 0xAD9BDB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9B and DB. RGB value is (173,155,219). Sum of RGB (Red+Green+Blue) = 173+155+219=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BDB is #526424. Grayscale: #A7A7A7. Windows color (decimal): -5399589 or 14392237. OLE color: 14392237.

HSL color Cylindrical-coordinate representation of color #AD9BDB: hue angle of 256.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9BDB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173155219-
CMYK0.210.2900.14
HSL256.88º47.06%73.33%-
HSV(B)256.88º29.22%85.88%-
XYZ41.7437.4472.04-
YUV167.68156.96131.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=31.63%
G=28.34%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731552190.210.2900.14256.8847.0673.33
HexAD9BDB151D0E1012f49
Octal255233333253501640157111
Binary1010110110011011110110111010111101011101000000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9BDB; }

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

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

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

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

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

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

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

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