#A99BFB

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

Shades of Biloba Flower #A99BFB

Tints of Biloba Flower #A99BFB

Color information

#A99BFB (or 0xA99BFB) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and FB. RGB value is (169,155,251). Sum of RGB (Red+Green+Blue) = 169+155+251=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #A99BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BFB is #566404. Grayscale: #A9A9A9. Windows color (decimal): -5661701 or 16489385. OLE color: 16489385.

HSL color Cylindrical-coordinate representation of color #A99BFB: hue angle of 248.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99BFB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169155251-
CMYK0.330.3800.02
HSL248.75º92.31%79.61%-
HSV(B)248.75º38.25%98.43%-
XYZ45.538.8496.37-
YUV170.13173.64127.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=29.39%
G=26.96%
B=43.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691552510.330.3800.02248.7592.3179.61
HexA99BFB212602f95c50
Octal251233373414602371134120
Binary1010100110011011111110111000011001100101111100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BFB; }

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

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

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

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

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

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

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

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