#A898F9

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

Shades of Biloba Flower #A898F9

Tints of Biloba Flower #A898F9

Color information

#A898F9 (or 0xA898F9) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and F9. RGB value is (168,152,249). Sum of RGB (Red+Green+Blue) = 168+152+249=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #A898F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F9 is #576706. Grayscale: #A7A7A7. Windows color (decimal): -5728007 or 16357544. OLE color: 16357544.

HSL color Cylindrical-coordinate representation of color #A898F9: hue angle of 249.9º 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 #A898F9 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168152249-
CMYK0.330.3900.02
HSL249.9º88.99%78.63%-
HSV(B)249.9º38.96%97.65%-
XYZ44.4837.6294.54-
YUV167.84173.8128.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.53%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=29.53%
G=26.71%
B=43.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681522490.330.3900.02249.988.9978.63
HexA898F9212702fa594f
Octal250230371414702372131117
Binary1010100010011000111110011000011001110101111101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898F9; }

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

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

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

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

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

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

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

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