#A99FBB

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

Shades of Biloba Flower #A99FBB

Tints of Biloba Flower #A99FBB

Color information

#A99FBB (or 0xA99FBB) is unknown color: approx Biloba Flower. HEX triplet: A9, 9F and BB. RGB value is (169,159,187). Sum of RGB (Red+Green+Blue) = 169+159+187=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #A99FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FBB is #566044. Grayscale: #A5A5A5. Windows color (decimal): -5660741 or 12296105. OLE color: 12296105.

HSL color Cylindrical-coordinate representation of color #A99FBB: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99FBB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169159187-
CMYK0.100.1500.27
HSL261.43º17.07%67.84%-
HSV(B)261.43º14.97%73.33%-
XYZ37.7336.8252.13-
YUV165.18140.31130.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=32.82%
G=30.87%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691591870.100.1500.27261.4317.0767.84
HexA99FBBAF01B1051144
Octal251237273121703340521104
Binary10101001100111111011101110101111011011100000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FBB; }

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

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

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

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

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

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

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

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