#AD9FF7

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

Shades of Biloba Flower #AD9FF7

Tints of Biloba Flower #AD9FF7

Color information

#AD9FF7 (or 0xAD9FF7) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and F7. RGB value is (173,159,247). Sum of RGB (Red+Green+Blue) = 173+159+247=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD9FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FF7 is #526008. Grayscale: #ACACAC. Windows color (decimal): -5398537 or 16228269. OLE color: 16228269.

HSL color Cylindrical-coordinate representation of color #AD9FF7: hue angle of 249.55º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9FF7 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173159247-
CMYK0.300.3600.03
HSL249.55º84.62%79.61%-
HSV(B)249.55º35.63%96.86%-
XYZ46.4240.493.35-
YUV173.22169.64127.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=29.88%
G=27.46%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731592470.300.3600.03249.5584.6279.61
HexAD9FF71E2403fa5550
Octal255237367364403372125120
Binary101011011001111111110111111101001000111111101010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FF7; }

 p { color: rgb(173,159,247); }

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

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

 a { background-color: rgb(173,159,247); }

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

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

 span { border-color: rgb(173,159,247); }

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