#AD91F3

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

Shades of Biloba Flower #AD91F3

Tints of Biloba Flower #AD91F3

Color information

#AD91F3 (or 0xAD91F3) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and F3. RGB value is (173,145,243). Sum of RGB (Red+Green+Blue) = 173+145+243=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD91F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F3 is #526E0C. Grayscale: #A4A4A4. Windows color (decimal): -5402125 or 15962541. OLE color: 15962541.

HSL color Cylindrical-coordinate representation of color #AD91F3: hue angle of 257.14º degrees, saturation: 0.8, 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 #AD91F3 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173145243-
CMYK0.290.4000.05
HSL257.14º80.33%76.08%-
HSV(B)257.14º40.33%95.29%-
XYZ43.5435.6189.37-
YUV164.54172.28134.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=30.84%
G=25.85%
B=43.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731452430.290.4000.05257.1480.3376.08
HexAD91F31D2805101504c
Octal255221363355005401120114
Binary10101101100100011111001111101101000010110000000110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91F3; }

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

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

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

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

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

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

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

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