#AD91FA

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

Shades of Biloba Flower #AD91FA

Tints of Biloba Flower #AD91FA

Color information

#AD91FA (or 0xAD91FA) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and FA. RGB value is (173,145,250). Sum of RGB (Red+Green+Blue) = 173+145+250=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91FA is #526E05. Grayscale: #A4A4A4. Windows color (decimal): -5402118 or 16421293. OLE color: 16421293.

HSL color Cylindrical-coordinate representation of color #AD91FA: hue angle of 256º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD91FA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173145250-
CMYK0.310.4200.02
HSL256º91.3%77.45%-
HSV(B)256º42%98.04%-
XYZ44.6136.0495.05-
YUV165.34175.78133.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=30.46%
G=25.53%
B=44.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731452500.310.4200.0225691.377.45
HexAD91FA1F2A021005b4d
Octal255221372375202400133115
Binary1010110110010001111110101111110101001010000000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91FA; }

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

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

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

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

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

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

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

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