#AD98F9

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

Shades of Biloba Flower #AD98F9

Tints of Biloba Flower #AD98F9

Color information

#AD98F9 (or 0xAD98F9) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and F9. RGB value is (173,152,249). Sum of RGB (Red+Green+Blue) = 173+152+249=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD98F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98F9 is #526706. Grayscale: #A8A8A8. Windows color (decimal): -5400327 or 16357549. OLE color: 16357549.

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

Color convert

RGB173152249-
CMYK0.310.3900.02
HSL252.99º88.99%78.63%-
HSV(B)252.99º38.96%97.65%-
XYZ45.5638.1894.59-
YUV169.34172.96130.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=30.14%
G=26.48%
B=43.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731522490.310.3900.02252.9988.9978.63
HexAD98F91F2702fd594f
Octal255230371374702375131117
Binary101011011001100011111001111111001110101111110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98F9; }

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

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

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

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

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

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

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

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