#AD91DF

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

Shades of Biloba Flower #AD91DF

Tints of Biloba Flower #AD91DF

Color information

#AD91DF (or 0xAD91DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and DF. RGB value is (173,145,223). Sum of RGB (Red+Green+Blue) = 173+145+223=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DF is #526E20. Grayscale: #A1A1A1. Windows color (decimal): -5402145 or 14651821. OLE color: 14651821.

HSL color Cylindrical-coordinate representation of color #AD91DF: hue angle of 261.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD91DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173145223-
CMYK0.220.3500.13
HSL261.54º54.93%72.16%-
HSV(B)261.54º34.98%87.45%-
XYZ40.6834.4674.32-
YUV162.26162.28135.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=31.98%
G=26.80%
B=41.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731452230.220.3500.13261.5454.9372.16
HexAD91DF16230D1063748
Octal255221337264301540667110
Binary10101101100100011101111110110100011011011000001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91DF; }

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

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

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

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

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

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

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

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