#AD91F8

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

Shades of Biloba Flower #AD91F8

Tints of Biloba Flower #AD91F8

Color information

#AD91F8 (or 0xAD91F8) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and F8. RGB value is (173,145,248). Sum of RGB (Red+Green+Blue) = 173+145+248=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD91F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F8 is #526E07. Grayscale: #A4A4A4. Windows color (decimal): -5402120 or 16290221. OLE color: 16290221.

HSL color Cylindrical-coordinate representation of color #AD91F8: hue angle of 256.31º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD91F8 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173145248-
CMYK0.300.4200.03
HSL256.31º88.03%77.06%-
HSV(B)256.31º41.53%97.25%-
XYZ44.335.9193.4-
YUV165.11174.78133.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=30.57%
G=25.62%
B=43.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731452480.300.4200.03256.3188.0377.06
HexAD91F81E2A03100584d
Octal255221370365203400130115
Binary1010110110010001111110001111010101001110000000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91F8; }

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

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

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

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

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

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

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

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