#AD91F1

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

Shades of Biloba Flower #AD91F1

Tints of Biloba Flower #AD91F1

Color information

#AD91F1 (or 0xAD91F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and F1. RGB value is (173,145,241). Sum of RGB (Red+Green+Blue) = 173+145+241=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD91F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F1 is #526E0E. Grayscale: #A3A3A3. Windows color (decimal): -5402127 or 15831469. OLE color: 15831469.

HSL color Cylindrical-coordinate representation of color #AD91F1: hue angle of 257.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD91F1 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173145241-
CMYK0.280.4000.05
HSL257.5º77.42%75.69%-
HSV(B)257.5º39.83%94.51%-
XYZ43.2435.4987.79-
YUV164.32171.28134.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=30.95%
G=25.94%
B=43.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731452410.280.4000.05257.577.4275.69
HexAD91F11C28051024d4c
Octal255221361345005402115114
Binary10101101100100011111000111100101000010110000001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91F1; }

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

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

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

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

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

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

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

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