#AD9DDB

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

Shades of Biloba Flower #AD9DDB

Tints of Biloba Flower #AD9DDB

Color information

#AD9DDB (or 0xAD9DDB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and DB. RGB value is (173,157,219). Sum of RGB (Red+Green+Blue) = 173+157+219=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDB is #526224. Grayscale: #A8A8A8. Windows color (decimal): -5399077 or 14392749. OLE color: 14392749.

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

Color convert

RGB173157219-
CMYK0.210.2800.14
HSL255.48º46.27%73.73%-
HSV(B)255.48º28.31%85.88%-
XYZ42.0838.1172.16-
YUV168.85156.3130.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=31.51%
G=28.60%
B=39.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731572190.210.2800.14255.4846.2773.73
HexAD9DDB151C0Eff2e4a
Octal255235333253401637756112
Binary101011011001110111011011101011110001110111111111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DDB; }

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

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

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

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

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

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

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

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