#A99BFA

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

Shades of Biloba Flower #A99BFA

Tints of Biloba Flower #A99BFA

Color information

#A99BFA (or 0xA99BFA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and FA. RGB value is (169,155,250). Sum of RGB (Red+Green+Blue) = 169+155+250=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #A99BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BFA is #566405. Grayscale: #A9A9A9. Windows color (decimal): -5661702 or 16423849. OLE color: 16423849.

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

Color convert

RGB169155250-
CMYK0.320.3800.02
HSL248.84º90.48%79.41%-
HSV(B)248.84º38%98.04%-
XYZ45.3438.7895.54-
YUV170.02173.14127.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=29.44%
G=27.00%
B=43.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691552500.320.3800.02248.8490.4879.41
HexA99BFA202602f95a4f
Octal251233372404602371132117
Binary1010100110011011111110101000001001100101111100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BFA; }

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

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

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

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

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

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

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

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