#A99BF5

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

Shades of Biloba Flower #A99BF5

Tints of Biloba Flower #A99BF5

Color information

#A99BF5 (or 0xA99BF5) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and F5. RGB value is (169,155,245). Sum of RGB (Red+Green+Blue) = 169+155+245=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #A99BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF5 is #56640A. Grayscale: #A9A9A9. Windows color (decimal): -5661707 or 16096169. OLE color: 16096169.

HSL color Cylindrical-coordinate representation of color #A99BF5: hue angle of 249.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99BF5 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169155245-
CMYK0.310.3700.04
HSL249.33º81.82%78.43%-
HSV(B)249.33º36.73%96.08%-
XYZ44.5638.4791.46-
YUV169.45170.64127.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=29.70%
G=27.24%
B=43.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691552450.310.3700.04249.3381.8278.43
HexA99BF51F2504f9524e
Octal251233365374504371122116
Binary1010100110011011111101011111110010101001111100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BF5; }

 p { color: rgb(169,155,245); }

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

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

 a { background-color: rgb(169,155,245); }

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

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

 span { border-color: rgb(169,155,245); }

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