#A899FB

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

Shades of Biloba Flower #A899FB

Tints of Biloba Flower #A899FB

Color information

#A899FB (or 0xA899FB) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and FB. RGB value is (168,153,251). Sum of RGB (Red+Green+Blue) = 168+153+251=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A899FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A899FB is #576604. Grayscale: #A8A8A8. Windows color (decimal): -5727749 or 16488872. OLE color: 16488872.

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

Color convert

RGB168153251-
CMYK0.330.3900.02
HSL249.18º92.45%79.22%-
HSV(B)249.18º39.04%98.43%-
XYZ44.9538.0796.25-
YUV168.66174.47127.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=29.37%
G=26.75%
B=43.88%

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
Decimal1681532510.330.3900.02249.1892.4579.22
HexA899FB212702f95c4f
Octal250231373414702371134117
Binary1010100010011001111110111000011001110101111100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899FB; }

 p { color: rgb(168,153,251); }

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

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

 a { background-color: rgb(168,153,251); }

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

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

 span { border-color: rgb(168,153,251); }

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