#AD9CEF

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

Shades of Biloba Flower #AD9CEF

Tints of Biloba Flower #AD9CEF

Color information

#AD9CEF (or 0xAD9CEF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and EF. RGB value is (173,156,239). Sum of RGB (Red+Green+Blue) = 173+156+239=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CEF is #526310. Grayscale: #AAAAAA. Windows color (decimal): -5399313 or 15703213. OLE color: 15703213.

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

Color convert

RGB173156239-
CMYK0.280.3500.06
HSL252.29º72.17%77.45%-
HSV(B)252.29º34.73%93.73%-
XYZ44.738.8986.81-
YUV170.54166.63129.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=30.46%
G=27.46%
B=42.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731562390.280.3500.06252.2972.1777.45
HexAD9CEF1C2306fc484d
Octal255234357344306374110115
Binary1010110110011100111011111110010001101101111110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CEF; }

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

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

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

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

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

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

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

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