#AD9FEF

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

Shades of Biloba Flower #AD9FEF

Tints of Biloba Flower #AD9FEF

Color information

#AD9FEF (or 0xAD9FEF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and EF. RGB value is (173,159,239). Sum of RGB (Red+Green+Blue) = 173+159+239=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEF is #526010. Grayscale: #ABABAB. Windows color (decimal): -5398545 or 15703981. OLE color: 15703981.

HSL color Cylindrical-coordinate representation of color #AD9FEF: hue angle of 250.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9FEF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173159239-
CMYK0.280.3300.06
HSL250.5º71.43%78.04%-
HSV(B)250.5º33.47%93.73%-
XYZ45.2139.9186.98-
YUV172.31165.64128.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=30.30%
G=27.85%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731592390.280.3300.06250.571.4378.04
HexAD9FEF1C2106fa474e
Octal255237357344106372107116
Binary1010110110011111111011111110010000101101111101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FEF; }

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

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

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

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

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

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

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

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