#AD91E7

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

Shades of Biloba Flower #AD91E7

Tints of Biloba Flower #AD91E7

Color information

#AD91E7 (or 0xAD91E7) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and E7. RGB value is (173,145,231). Sum of RGB (Red+Green+Blue) = 173+145+231=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD91E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91E7 is #526E18. Grayscale: #A2A2A2. Windows color (decimal): -5402137 or 15176109. OLE color: 15176109.

HSL color Cylindrical-coordinate representation of color #AD91E7: hue angle of 259.53º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD91E7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173145231-
CMYK0.250.3700.09
HSL259.53º64.18%73.73%-
HSV(B)259.53º37.23%90.59%-
XYZ41.7834.980.14-
YUV163.18166.28135.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=31.51%
G=26.41%
B=42.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731452310.250.3700.09259.5364.1873.73
HexAD91E7192509104404a
Octal2552213473145011404100112
Binary101011011001000111100111110011001010100110000010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91E7; }

 p { color: rgb(173,145,231); }

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

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

 a { background-color: rgb(173,145,231); }

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

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

 span { border-color: rgb(173,145,231); }

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