#AD9FEC

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

Shades of Biloba Flower #AD9FEC

Tints of Biloba Flower #AD9FEC

Color information

#AD9FEC (or 0xAD9FEC) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and EC. RGB value is (173,159,236). Sum of RGB (Red+Green+Blue) = 173+159+236=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEC is #526013. Grayscale: #ABABAB. Windows color (decimal): -5398548 or 15507373. OLE color: 15507373.

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

Color convert

RGB173159236-
CMYK0.270.3300.07
HSL250.91º66.96%77.45%-
HSV(B)250.91º32.63%92.55%-
XYZ44.7739.7484.67-
YUV171.96164.14128.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=30.46%
G=27.99%
B=41.55%

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
Decimal1731592360.270.3300.07250.9166.9677.45
HexAD9FEC1B2107fb434d
Octal255237354334107373103115
Binary1010110110011111111011001101110000101111111101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FEC; }

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

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

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

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

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

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

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

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