#AD9EEF

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

Shades of Biloba Flower #AD9EEF

Tints of Biloba Flower #AD9EEF

Color information

#AD9EEF (or 0xAD9EEF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and EF. RGB value is (173,158,239). Sum of RGB (Red+Green+Blue) = 173+158+239=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EEF is #526110. Grayscale: #ABABAB. Windows color (decimal): -5398801 or 15703725. OLE color: 15703725.

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

Color convert

RGB173158239-
CMYK0.280.3400.06
HSL251.11º71.68%77.84%-
HSV(B)251.11º33.89%93.73%-
XYZ45.0439.5786.93-
YUV171.72165.97128.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=30.35%
G=27.72%
B=41.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731582390.280.3400.06251.1171.6877.84
HexAD9EEF1C2206fb484e
Octal255236357344206373110116
Binary1010110110011110111011111110010001001101111101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EEF; }

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

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

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

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

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

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

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

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