#ADA1DA

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

Shades of Biloba Flower #ADA1DA

Tints of Biloba Flower #ADA1DA

Color information

#ADA1DA (or 0xADA1DA) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and DA. RGB value is (173,161,218). Sum of RGB (Red+Green+Blue) = 173+161+218=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DA is #525E25. Grayscale: #AAAAAA. Windows color (decimal): -5398054 or 14328237. OLE color: 14328237.

HSL color Cylindrical-coordinate representation of color #ADA1DA: hue angle of 252.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA1DA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173161218-
CMYK0.210.2600.15
HSL252.63º43.51%74.31%-
HSV(B)252.63º26.15%85.49%-
XYZ42.6339.4471.69-
YUV171.09154.48129.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=31.34%
G=29.17%
B=39.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731612180.210.2600.15252.6343.5174.31
HexADA1DA151A0Ffd2c4a
Octal255241332253201737554112
Binary101011011010000111011010101011101001111111111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1DA; }

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

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

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

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

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

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

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

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