#AD90F9

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

Shades of Biloba Flower #AD90F9

Tints of Biloba Flower #AD90F9

Color information

#AD90F9 (or 0xAD90F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and F9. RGB value is (173,144,249). Sum of RGB (Red+Green+Blue) = 173+144+249=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F9 is #526F06. Grayscale: #A4A4A4. Windows color (decimal): -5402375 or 16355501. OLE color: 16355501.

HSL color Cylindrical-coordinate representation of color #AD90F9: hue angle of 256.57º degrees, saturation: 0.9, 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 #AD90F9 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173144249-
CMYK0.310.4200.02
HSL256.57º89.74%77.06%-
HSV(B)256.57º42.17%97.65%-
XYZ44.3135.6794.17-
YUV164.64175.61133.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=30.57%
G=25.44%
B=43.99%

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
Decimal1731442490.310.4200.02256.5789.7477.06
HexAD90F91F2A021015a4d
Octal255220371375202401132115
Binary1010110110010000111110011111110101001010000000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90F9; }

 p { color: rgb(173,144,249); }

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

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

 a { background-color: rgb(173,144,249); }

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

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

 span { border-color: rgb(173,144,249); }

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