#ADA1DB

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

Shades of Biloba Flower #ADA1DB

Tints of Biloba Flower #ADA1DB

Color information

#ADA1DB (or 0xADA1DB) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and DB. RGB value is (173,161,219). Sum of RGB (Red+Green+Blue) = 173+161+219=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DB is #525E24. Grayscale: #AAAAAA. Windows color (decimal): -5398053 or 14393773. OLE color: 14393773.

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

Color convert

RGB173161219-
CMYK0.210.2600.14
HSL252.41º44.62%74.51%-
HSV(B)252.41º26.48%85.88%-
XYZ42.7639.4972.39-
YUV171.2154.98129.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=31.28%
G=29.11%
B=39.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731612190.210.2600.14252.4144.6274.51
HexADA1DB151A0Efc2d4b
Octal255241333253201637455113
Binary101011011010000111011011101011101001110111111001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1DB; }

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

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

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

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

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

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

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

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