#AD9FED

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

Shades of Biloba Flower #AD9FED

Tints of Biloba Flower #AD9FED

Color information

#AD9FED (or 0xAD9FED) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and ED. RGB value is (173,159,237). Sum of RGB (Red+Green+Blue) = 173+159+237=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FED is #526012. Grayscale: #ABABAB. Windows color (decimal): -5398547 or 15572909. OLE color: 15572909.

HSL color Cylindrical-coordinate representation of color #AD9FED: hue angle of 250.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9FED is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173159237-
CMYK0.270.3300.07
HSL250.77º68.42%77.65%-
HSV(B)250.77º32.91%92.94%-
XYZ44.9239.7985.43-
YUV172.08164.64128.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=30.40%
G=27.94%
B=41.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731592370.270.3300.07250.7768.4277.65
HexAD9FED1B2107fb444e
Octal255237355334107373104116
Binary1010110110011111111011011101110000101111111101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FED; }

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

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

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

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

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

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

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

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