#A99BF0

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

Shades of Biloba Flower #A99BF0

Tints of Biloba Flower #A99BF0

Color information

#A99BF0 (or 0xA99BF0) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and F0. RGB value is (169,155,240). Sum of RGB (Red+Green+Blue) = 169+155+240=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #A99BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BF0 is #56640F. Grayscale: #A8A8A8. Windows color (decimal): -5661712 or 15768489. OLE color: 15768489.

HSL color Cylindrical-coordinate representation of color #A99BF0: hue angle of 249.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A99BF0 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169155240-
CMYK0.300.3500.06
HSL249.88º73.91%77.45%-
HSV(B)249.88º35.42%94.12%-
XYZ43.8138.1787.5-
YUV168.88168.14128.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=29.96%
G=27.48%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691552400.300.3500.06249.8873.9177.45
HexA99BF01E2306fa4a4d
Octal251233360364306372112115
Binary1010100110011011111100001111010001101101111101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BF0; }

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

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

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

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

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

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

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

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