#ad9ef8

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

Shades of Biloba Flower #AD9EF8

Tints of Biloba Flower #AD9EF8

Color information

#AD9EF8 (or 0xAD9EF8) is unknown color: approx Biloba Flower. HEX triplet: AD, 9E and F8. RGB value is (173,158,248). Sum of RGB (Red+Green+Blue) = 173+158+248=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD9EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EF8 is #526107. Grayscale: #ACACAC. Windows color (decimal): -5398792 or 16293549. OLE color: 16293549.

HSL color Cylindrical-coordinate representation of color #AD9EF8: hue angle of 250º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9EF8 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173158248-
CMYK0.300.3600.03
HSL250º86.54%79.61%-
HSV(B)250º36.29%97.25%-
XYZ46.440.1294.1-
YUV172.74170.47128.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 248 (97.27% from 255) = 42.83%
R=29.88%
G=27.29%
B=42.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731582480.300.3600.0325086.5479.61
HexAD9EF81E2403fa5750
Octal255236370364403372127120
Binary101011011001111011111000111101001000111111101010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad9ef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad9ef8; }

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

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

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

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

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

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

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

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