#A991F0

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

Shades of Biloba Flower #A991F0

Tints of Biloba Flower #A991F0

Color information

#A991F0 (or 0xA991F0) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and F0. RGB value is (169,145,240). Sum of RGB (Red+Green+Blue) = 169+145+240=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A991F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F0 is #566E0F. Grayscale: #A2A2A2. Windows color (decimal): -5664272 or 15765929. OLE color: 15765929.

HSL color Cylindrical-coordinate representation of color #A991F0: hue angle of 255.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A991F0 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169145240-
CMYK0.300.4000.06
HSL255.16º76%75.49%-
HSV(B)255.16º39.58%94.12%-
XYZ42.2234.9886.96-
YUV163.01171.45132.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=30.51%
G=26.17%
B=43.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691452400.300.4000.06255.167675.49
HexA991F01E2806ff4c4b
Octal251221360365006377114113
Binary1010100110010001111100001111010100001101111111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991F0; }

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

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

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

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

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

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

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

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