#ADA1DE

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

Shades of Biloba Flower #ADA1DE

Tints of Biloba Flower #ADA1DE

Color information

#ADA1DE (or 0xADA1DE) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and DE. RGB value is (173,161,222). Sum of RGB (Red+Green+Blue) = 173+161+222=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADA1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DE is #525E21. Grayscale: #ABABAB. Windows color (decimal): -5398050 or 14590381. OLE color: 14590381.

HSL color Cylindrical-coordinate representation of color #ADA1DE: hue angle of 251.8º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA1DE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173161222-
CMYK0.220.2700.13
HSL251.8º48.03%75.1%-
HSV(B)251.8º27.48%87.06%-
XYZ43.1639.6574.49-
YUV171.54156.48129.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=31.12%
G=28.96%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731612220.220.2700.13251.848.0375.1
HexADA1DE161B0Dfc304b
Octal255241336263301537460113
Binary101011011010000111011110101101101101101111111001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1DE; }

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

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

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

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

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

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

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

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