#AD9DF6

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

Shades of Biloba Flower #AD9DF6

Tints of Biloba Flower #AD9DF6

Color information

#AD9DF6 (or 0xAD9DF6) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and F6. RGB value is (173,157,246). Sum of RGB (Red+Green+Blue) = 173+157+246=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD9DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF6 is #526209. Grayscale: #ABABAB. Windows color (decimal): -5399050 or 16162221. OLE color: 16162221.

HSL color Cylindrical-coordinate representation of color #AD9DF6: hue angle of 250.79º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9DF6 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173157246-
CMYK0.300.3600.04
HSL250.79º83.18%79.02%-
HSV(B)250.79º36.18%96.47%-
XYZ45.9339.6592.42-
YUV171.93169.8128.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=30.03%
G=27.26%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731572460.300.3600.04250.7983.1879.02
HexAD9DF61E2404fb534f
Octal255235366364404373123117
Binary1010110110011101111101101111010010001001111101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DF6; }

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

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

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

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

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

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

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

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