#AD91EB

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

Shades of Biloba Flower #AD91EB

Tints of Biloba Flower #AD91EB

Color information

#AD91EB (or 0xAD91EB) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and EB. RGB value is (173,145,235). Sum of RGB (Red+Green+Blue) = 173+145+235=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD91EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91EB is #526E14. Grayscale: #A3A3A3. Windows color (decimal): -5402133 or 15438253. OLE color: 15438253.

HSL color Cylindrical-coordinate representation of color #AD91EB: hue angle of 258.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD91EB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173145235-
CMYK0.260.3800.08
HSL258.67º69.23%74.51%-
HSV(B)258.67º38.3%92.16%-
XYZ42.3535.1383.15-
YUV163.63168.28134.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=31.28%
G=26.22%
B=42.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731452350.260.3800.08258.6769.2374.51
HexAD91EB1A2608103454b
Octal2552213533246010403105113
Binary101011011001000111101011110101001100100010000001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91EB; }

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

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

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

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

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

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

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

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