#A99FBF

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

Shades of Biloba Flower #A99FBF

Tints of Biloba Flower #A99FBF

Color information

#A99FBF (or 0xA99FBF) is unknown color: approx Biloba Flower. HEX triplet: A9, 9F and BF. RGB value is (169,159,191). Sum of RGB (Red+Green+Blue) = 169+159+191=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FBF is #566040. Grayscale: #A5A5A5. Windows color (decimal): -5660737 or 12558249. OLE color: 12558249.

HSL color Cylindrical-coordinate representation of color #A99FBF: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99FBF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169159191-
CMYK0.120.1700.25
HSL258.75º20%68.63%-
HSV(B)258.75º16.75%74.9%-
XYZ38.1636.9954.42-
YUV165.64142.31130.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 191 (75% from 255) = 36.80%
R=32.56%
G=30.64%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691591910.120.1700.25258.752068.63
HexA99FBFC110191031445
Octal251237277142103140324105
Binary101010011001111110111111110010001011001100000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FBF; }

 p { color: rgb(169,159,191); }

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

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

 a { background-color: rgb(169,159,191); }

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

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

 span { border-color: rgb(169,159,191); }

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