#A98DF9

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

Shades of Biloba Flower #A98DF9

Tints of Biloba Flower #A98DF9

Color information

#A98DF9 (or 0xA98DF9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and F9. RGB value is (169,141,249). Sum of RGB (Red+Green+Blue) = 169+141+249=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A98DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DF9 is #567206. Grayscale: #A1A1A1. Windows color (decimal): -5665287 or 16354729. OLE color: 16354729.

HSL color Cylindrical-coordinate representation of color #A98DF9: hue angle of 255.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98DF9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169141249-
CMYK0.320.4300.02
HSL255.56º90%76.47%-
HSV(B)255.56º43.37%97.65%-
XYZ42.9934.3293.98-
YUV161.68177.28133.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=30.23%
G=25.22%
B=44.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691412490.320.4300.02255.569076.47
HexA98DF9202B021005a4c
Octal251215371405302400132114
Binary10101001100011011111100110000010101101010000000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DF9; }

 p { color: rgb(169,141,249); }

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

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

 a { background-color: rgb(169,141,249); }

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

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

 span { border-color: rgb(169,141,249); }

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