#AD98F7

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

Shades of Biloba Flower #AD98F7

Tints of Biloba Flower #AD98F7

Color information

#AD98F7 (or 0xAD98F7) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and F7. RGB value is (173,152,247). Sum of RGB (Red+Green+Blue) = 173+152+247=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD98F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98F7 is #526708. Grayscale: #A8A8A8. Windows color (decimal): -5400329 or 16226477. OLE color: 16226477.

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

Color convert

RGB173152247-
CMYK0.300.3800.03
HSL253.26º85.59%78.24%-
HSV(B)253.26º38.46%96.86%-
XYZ45.2538.0692.96-
YUV169.11171.96130.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 247 (96.88% from 255) = 43.18%
R=30.24%
G=26.57%
B=43.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731522470.300.3800.03253.2685.5978.24
HexAD98F71E2603fd564e
Octal255230367364603375126116
Binary101011011001100011110111111101001100111111110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98F7; }

 p { color: rgb(173,152,247); }

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

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

 a { background-color: rgb(173,152,247); }

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

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

 span { border-color: rgb(173,152,247); }

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