#ADA1DF

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

Shades of Biloba Flower #ADA1DF

Tints of Biloba Flower #ADA1DF

Color information

#ADA1DF (or 0xADA1DF) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and DF. RGB value is (173,161,223). Sum of RGB (Red+Green+Blue) = 173+161+223=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1DF is #525E20. Grayscale: #ABABAB. Windows color (decimal): -5398049 or 14655917. OLE color: 14655917.

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

Color convert

RGB173161223-
CMYK0.220.2800.13
HSL251.61º49.21%75.29%-
HSV(B)251.61º27.8%87.45%-
XYZ43.339.775.19-
YUV171.66156.98128.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=31.06%
G=28.90%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731612230.220.2800.13251.6149.2175.29
HexADA1DF161C0Dfc314b
Octal255241337263401537461113
Binary101011011010000111011111101101110001101111111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1DF; }

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

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

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

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

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

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

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

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