#ad90f8

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

Shades of Biloba Flower #AD90F8

Tints of Biloba Flower #AD90F8

Color information

#AD90F8 (or 0xAD90F8) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and F8. RGB value is (173,144,248). Sum of RGB (Red+Green+Blue) = 173+144+248=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD90F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90F8 is #526F07. Grayscale: #A4A4A4. Windows color (decimal): -5402376 or 16289965. OLE color: 16289965.

HSL color Cylindrical-coordinate representation of color #AD90F8: hue angle of 256.73º 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 #AD90F8 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173144248-
CMYK0.300.4200.03
HSL256.73º88.14%76.86%-
HSV(B)256.73º41.94%97.25%-
XYZ44.1535.6193.35-
YUV164.53175.11134.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=30.62%
G=25.49%
B=43.89%

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
Decimal1731442480.300.4200.03256.7388.1476.86
HexAD90F81E2A03101584d
Octal255220370365203401130115
Binary1010110110010000111110001111010101001110000000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad90f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad90f8; }

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

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

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

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

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

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

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

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