#AD9DF3

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

Shades of Biloba Flower #AD9DF3

Tints of Biloba Flower #AD9DF3

Color information

#AD9DF3 (or 0xAD9DF3) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and F3. RGB value is (173,157,243). Sum of RGB (Red+Green+Blue) = 173+157+243=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD9DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF3 is #52620C. Grayscale: #ABABAB. Windows color (decimal): -5399053 or 15965613. OLE color: 15965613.

HSL color Cylindrical-coordinate representation of color #AD9DF3: hue angle of 251.16º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9DF3 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173157243-
CMYK0.290.3500.05
HSL251.16º78.18%78.43%-
HSV(B)251.16º35.39%95.29%-
XYZ45.4739.4790.02-
YUV171.59168.3129.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=30.19%
G=27.40%
B=42.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731572430.290.3500.05251.1678.1878.43
HexAD9DF31D2305fb4e4e
Octal255235363354305373116116
Binary1010110110011101111100111110110001101011111101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DF3; }

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

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

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

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

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

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

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

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